Home
last modified time | relevance | path

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

12

/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/treewalkers/
Ddom.py25 attrs, node.hasChildNodes())
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/treebuilders/
Ddom.py74 while self.element.hasChildNodes():
102 return self.element.hasChildNodes()
/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/owasp/sanitizer/tools/findbugs/lib/
Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/ ...
Djaxen-1.1.6.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE.txt META ...
/external/guice/extensions/persist/lib/
Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/ ...
/external/libjpeg-turbo/doc/html/search/
Dsearch.js457 if (element.nodeName == 'DIV' && element.hasChildNodes())
/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/xalan/templates/
DElemLiteralResult.java945 public boolean hasChildNodes() in hasChildNodes() method
DElemTemplateElement.java322 public boolean hasChildNodes() in hasChildNodes() method in ElemTemplateElement
/external/chromium-trace/catapult/third_party/coverage/coverage/htmlfiles/
Djquery.tablesorter.min.js2 …g.textExtraction=="simple"){if(node.childNodes[0]&&node.childNodes[0].hasChildNodes()){t=node.chil…
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/ ...
/external/chromium-trace/catapult/telemetry/third_party/WebKit/PerformanceTests/resources/
Djquery.tablesorter.min.js3 …text=node.textContent;}else{if(node.childNodes[0]&&node.childNodes[0].hasChildNodes()){text=node.c…
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DDOM3TreeWalker.java1809 if (child.hasChildNodes()) { in checkUnboundPrefixInEntRef()
/external/guice/extensions/struts2/lib/
Dstruts2-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/guice/lib/build/jdiff/
Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/ ...
/external/chromium-trace/catapult/third_party/Paste/paste/evalexception/media/
DMochiKit.packed.js3390 if(dom.hasChildNodes()){
7496 if(!_7d9.hasChildNodes()){
7631 if(_802&&_802.hasChildNodes){
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
DShadowDOM.min.js11 …on(){for(var e=this.firstChild;e;e=e.nextSibling)e.nodeIsInserted_()},hasChildNodes:function(){ret…
DShadowDOM.js1889 hasChildNodes: function() { method

12