Home
last modified time | relevance | path

Searched refs:hasChildNodes (Results 1 – 21 of 21) sorted by relevance

/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/xml/dtm/ref/
DDTMNodeProxy.java546 public final boolean hasChildNodes() in hasChildNodes() method in DTMNodeProxy
798 if(tempNode.hasChildNodes()) in traverseChildren()
935 if(tempNode.hasChildNodes()) in traverseChildren()
DDTMDocumentImpl.java998 public boolean hasChildNodes(int nodeHandle) { in hasChildNodes() method in DTMDocumentImpl
DDTMDefaultBase.java879 public boolean hasChildNodes(int nodeHandle) in hasChildNodes() method in DTMDefaultBase
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DDOM2DTMdefaultNamespaceDeclarationNode.java78 public boolean hasChildNodes() {return false;} in hasChildNodes() method in DOM2DTMdefaultNamespaceDeclarationNode
DDOM2DTM.java347 if (pos.hasChildNodes()) in nextNode()
1207 if(n.hasChildNodes()) in logicalNextDOMTextNode()
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DParseRDF.java448 if (xmlNode.hasChildNodes()) in rdf_PropertyElement()
823 if (xmlNode.hasChildNodes()) in rdf_EmptyPropertyElement()
/external/apache-xml/src/main/java/org/apache/xml/utils/
DUnImplNode.java107 public boolean hasChildNodes() in hasChildNodes() method in UnImplNode
/external/libjpeg-turbo/doc/html/search/
Dsearch.js457 if (element.nodeName == 'DIV' && element.hasChildNodes())
/external/tinyxml2/docs/search/
Dsearch.js424 if (element.nodeName == 'DIV' && element.hasChildNodes())
/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/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/
DXmlResourceParserImpl.java434 if (currentNode.hasChildNodes()) { in nativeNext()
/external/python/cpython3/Lib/test/
Dtest_minidom.py541 and not pi.hasChildNodes()
630 self.assertTrue(doc.hasChildNodes())
633 self.assertFalse(doc2.hasChildNodes())
/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
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DDOM3TreeWalker.java1809 if (child.hasChildNodes()) { in checkUnboundPrefixInEntRef()
/external/python/cpython2/Lib/test/
Dtest_minidom.py476 and not pi.hasChildNodes()
/external/cldr/tools/java/org/unicode/cldr/util/
DLDMLUtilities.java1145 if (child.hasChildNodes() && areChildNodesElements(child)) { in isLocaleDraft()
/external/python/cpython2/Doc/library/
Dxml.dom.rst354 .. method:: Node.hasChildNodes()
/external/python/cpython3/Doc/library/
Dxml.dom.rst341 .. method:: Node.hasChildNodes()