/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
D | DTM.java | 237 public boolean hasChildNodes(int nodeHandle); in hasChildNodes() method
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | DTMNodeProxy.java | 546 public final boolean hasChildNodes() in hasChildNodes() method in DTMNodeProxy 798 if(tempNode.hasChildNodes()) in traverseChildren() 935 if(tempNode.hasChildNodes()) in traverseChildren()
|
D | DTMDocumentImpl.java | 998 public boolean hasChildNodes(int nodeHandle) { in hasChildNodes() method in DTMDocumentImpl
|
D | DTMDefaultBase.java | 879 public boolean hasChildNodes(int nodeHandle) in hasChildNodes() method in DTMDefaultBase
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/ |
D | DOM2DTMdefaultNamespaceDeclarationNode.java | 78 public boolean hasChildNodes() {return false;} in hasChildNodes() method in DOM2DTMdefaultNamespaceDeclarationNode
|
D | DOM2DTM.java | 347 if (pos.hasChildNodes()) in nextNode() 1207 if(n.hasChildNodes()) in logicalNextDOMTextNode()
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
D | ParseRDF.java | 448 if (xmlNode.hasChildNodes()) in rdf_PropertyElement() 823 if (xmlNode.hasChildNodes()) in rdf_EmptyPropertyElement()
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | UnImplNode.java | 107 public boolean hasChildNodes() in hasChildNodes() method in UnImplNode
|
/external/libjpeg-turbo/doc/html/search/ |
D | search.js | 457 if (element.nodeName == 'DIV' && element.hasChildNodes())
|
/external/tinyxml2/docs/search/ |
D | search.js | 424 if (element.nodeName == 'DIV' && element.hasChildNodes())
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | ElemLiteralResult.java | 945 public boolean hasChildNodes() in hasChildNodes() method
|
D | ElemTemplateElement.java | 322 public boolean hasChildNodes() in hasChildNodes() method in ElemTemplateElement
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/ |
D | XmlResourceParserImpl.java | 434 if (currentNode.hasChildNodes()) { in nativeNext()
|
/external/python/cpython3/Lib/test/ |
D | test_minidom.py | 541 and not pi.hasChildNodes() 630 self.assertTrue(doc.hasChildNodes()) 633 self.assertFalse(doc2.hasChildNodes())
|
/external/python/cpython3/Lib/xml/dom/ |
D | minidom.py | 67 def hasChildNodes(self): member in Node 945 def hasChildNodes(self): member in Childless
|
/external/python/cpython2/Lib/xml/dom/ |
D | minidom.py | 63 def hasChildNodes(self): member in Node 887 def hasChildNodes(self): member in Childless
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
D | DOM3TreeWalker.java | 1809 if (child.hasChildNodes()) { in checkUnboundPrefixInEntRef()
|
/external/python/cpython2/Lib/test/ |
D | test_minidom.py | 476 and not pi.hasChildNodes()
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | LDMLUtilities.java | 1145 if (child.hasChildNodes() && areChildNodesElements(child)) { in isLocaleDraft()
|
/external/python/cpython2/Doc/library/ |
D | xml.dom.rst | 354 .. method:: Node.hasChildNodes()
|
/external/python/cpython3/Doc/library/ |
D | xml.dom.rst | 341 .. method:: Node.hasChildNodes()
|