Contents | Package | Class | Tree | Deprecated | Index | Help XML for Java 1.0.4
PREV | NEXT SHOW LISTS | HIDE LISTS

Interface org.w3c.dom.XMLNode


public interface XMLNode

Method Summary
NodeIterator  getChildXMLNodes(boolean expandEntities)
 
EntityDeclaration  getEntityDeclaration()
 
EntityReference  getEntityReference()
 
Node  getFirstXMLChild(boolean expandEntities)
 
Node  getNextXMLSibling(boolean expandEntities)
 
Node  getParentXMLNode(boolean expandEntities)
 
Node  getPreviousXMLSibling(boolean expandEntities)
 
boolean  hasChildXMLNodes(boolean expandEntities)
 
 

Method Detail

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()

Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS