Searched refs:hasChildNodes (Results 1 - 25 of 26) sorted by relevance

12

/dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/
H A Dhc_attrhaschildnodes.java31 * Checks that Node.hasChildNodes() is true for an attribute with content.
63 boolean hasChildNodes;
69 hasChildNodes = titleAttr.hasChildNodes();
70 assertTrue("hasChildrenIsTrue", hasChildNodes);
H A Dhc_nodehaschildnodes.java31 * The "hasChildNodes()" method returns true if the node
35 * "hasChildNodes()" method. It should return the boolean
69 state = employeeNode.hasChildNodes();
H A Dhc_nodehaschildnodesfalse.java31 * The "hasChildNodes()" method returns false if the node
34 * Retrieve the text of the first "em" element and invoke the "hasChildNodes()" method. It
72 hasChild = emText.hasChildNodes();
H A Dnodehaschildnodes.java31 * The "hasChildNodes()" method returns true if the node
35 * "hasChildNodes()" method. It should return the boolean
70 state = employeeNode.hasChildNodes();
H A Dnodehaschildnodesfalse.java31 * The "hasChildNodes()" method returns false if the node
35 * second employee and invoke the "hasChildNodes()" method.
77 state = textNode.hasChildNodes();
/dalvik/libcore/dom/src/test/java/org/w3c/domts/level2/core/
H A Ddocumentimportnode09.java88 success = importedDocFrag.hasChildNodes();
H A Ddocumentimportnode10.java88 success = importedDocFrag.hasChildNodes();
H A Ddocumentimportnode11.java41 * if the original document is not altered by checking if hasChildNodes returns false.
84 success = imported.hasChildNodes();
H A DimportNode05.java87 hasChild = aNode.hasChildNodes();
H A DimportNode06.java85 hasChild = aNode.hasChildNodes();
H A DimportNode08.java83 hasChild = aNode.hasChildNodes();
/dalvik/libcore/xml/src/main/java/org/w3c/dom/
H A DNode.java401 public boolean hasChildNodes(); method in interface:Node
/dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/
H A DDocumentImportNode.java301 success = importedDocFrag.hasChildNodes();
324 success = importedDocFrag.hasChildNodes();
343 success = imported.hasChildNodes();
H A DImportNode.java252 hasChild = aNode.hasChildNodes();
284 hasChild = aNode.hasChildNodes();
336 hasChild = aNode.hasChildNodes();
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/
H A DDTM.java237 public boolean hasChildNodes(int nodeHandle); method in interface:DTM
/dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/dom/
H A DInnerNodeImpl.java80 public boolean hasChildNodes() { method in class:InnerNodeImpl
H A DNodeImpl.java138 public boolean hasChildNodes() { method in class:NodeImpl
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
H A DDOM2DTMdefaultNamespaceDeclarationNode.java78 public boolean hasChildNodes() {return false;} method in class:DOM2DTMdefaultNamespaceDeclarationNode
H A DDOM2DTM.java347 if (pos.hasChildNodes())
1207 if(n.hasChildNodes())
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNodeProxy.java546 public final boolean hasChildNodes() method in class:DTMNodeProxy
798 if(tempNode.hasChildNodes())
935 if(tempNode.hasChildNodes())
H A DDTMDefaultBase.java879 public boolean hasChildNodes(int nodeHandle) method in class:DTMDefaultBase
H A DDTMDocumentImpl.java998 public boolean hasChildNodes(int nodeHandle) { method in class:DTMDocumentImpl
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
H A DElemLiteralResult.java945 public boolean hasChildNodes() method in class:ElemLiteralResult.Attribute
H A DElemTemplateElement.java322 public boolean hasChildNodes() method in class:ElemTemplateElement
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
H A DUnImplNode.java107 public boolean hasChildNodes() method in class:UnImplNode
110 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"hasChildNodes not supported!");

Completed in 300 milliseconds

12