Home
last modified time | relevance | path

Searched defs:hasChildNodes (Results 1 – 10 of 10) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DDOM2DTMdefaultNamespaceDeclarationNode.java78 public boolean hasChildNodes() {return false;} in hasChildNodes() method in DOM2DTMdefaultNamespaceDeclarationNode
/external/apache-xml/src/main/java/org/apache/xml/dtm/
DDTM.java237 public boolean hasChildNodes(int nodeHandle); in hasChildNodes() method
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemLiteralResult.java945 public boolean hasChildNodes() in hasChildNodes() method
DElemTemplateElement.java322 public boolean hasChildNodes() in hasChildNodes() method in ElemTemplateElement
/external/apache-xml/src/main/java/org/apache/xml/utils/
DUnImplNode.java107 public boolean hasChildNodes() in hasChildNodes() method in UnImplNode
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java546 public final boolean hasChildNodes() in hasChildNodes() method in DTMNodeProxy
DDTMDefaultBase.java879 public boolean hasChildNodes(int nodeHandle) in hasChildNodes() method in DTMDefaultBase
DDTMDocumentImpl.java998 public boolean hasChildNodes(int nodeHandle) { in hasChildNodes() method in DTMDocumentImpl
/external/python/cpython3/Lib/xml/dom/
Dminidom.py67 def hasChildNodes(self): member in Node
945 def hasChildNodes(self): member in Childless
/external/python/cpython2/Lib/xml/dom/
Dminidom.py63 def hasChildNodes(self): member in Node
887 def hasChildNodes(self): member in Childless