Interface org.w3c.dom.XMLNode
- public interface XMLNode
getParentXMLNode
public Node getParentXMLNode(boolean expandEntities)
getChildXMLNodes
public NodeIterator getChildXMLNodes(boolean expandEntities)
hasChildXMLNodes
public boolean hasChildXMLNodes(boolean expandEntities)
getFirstXMLChild
public Node getFirstXMLChild(boolean expandEntities)
getPreviousXMLSibling
public Node getPreviousXMLSibling(boolean expandEntities)
getNextXMLSibling
public Node getNextXMLSibling(boolean expandEntities)
getEntityReference
public EntityReference getEntityReference()
getEntityDeclaration
public EntityDeclaration getEntityDeclaration()