HomeSort by relevance Sort by last modified time
    Searched refs:hasChildNodes (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_attrhaschildnodes.java 31 * Checks that Node.hasChildNodes() is true for an attribute with content.
63 boolean hasChildNodes;
69 hasChildNodes = titleAttr.hasChildNodes();
70 assertTrue("hasChildrenIsTrue", hasChildNodes);
hc_nodehaschildnodes.java 31 * The "hasChildNodes()" method returns true if the node
35 * "hasChildNodes()" method. It should return the boolean
69 state = employeeNode.hasChildNodes();
hc_nodehaschildnodesfalse.java 31 * 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();
nodehaschildnodes.java 31 * The "hasChildNodes()" method returns true if the node
35 * "hasChildNodes()" method. It should return the boolean
70 state = employeeNode.hasChildNodes();
nodehaschildnodesfalse.java 31 * The "hasChildNodes()" method returns false if the node
35 * second employee and invoke the "hasChildNodes()" method.
77 state = textNode.hasChildNodes();
  /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/treewalkers/
dom.py 25 attrs, node.hasChildNodes())
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
documentimportnode09.java 88 success = importedDocFrag.hasChildNodes();
documentimportnode10.java 88 success = importedDocFrag.hasChildNodes();
documentimportnode11.java 41 * if the original document is not altered by checking if hasChildNodes returns false.
84 success = imported.hasChildNodes();
importNode05.java 87 hasChild = aNode.hasChildNodes();
importNode06.java 85 hasChild = aNode.hasChildNodes();
importNode08.java 83 hasChild = aNode.hasChildNodes();
  /libcore/luni/src/main/java/org/w3c/dom/
Node.java 401 public boolean hasChildNodes();
    [all...]
  /libcore/luni/src/test/java/tests/org/w3c/dom/
DocumentImportNode.java 259 success = importedDocFrag.hasChildNodes();
276 success = importedDocFrag.hasChildNodes();
289 success = imported.hasChildNodes();
ImportNode.java 216 hasChild = aNode.hasChildNodes();
242 hasChild = aNode.hasChildNodes();
288 hasChild = aNode.hasChildNodes();
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTM.java 237 public boolean hasChildNodes(int nodeHandle);
    [all...]
  /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/treebuilders/
dom.py 74 while self.element.hasChildNodes():
102 return self.element.hasChildNodes()
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTMdefaultNamespaceDeclarationNode.java 78 public boolean hasChildNodes() {return false;}
DOM2DTM.java 347 if (pos.hasChildNodes())
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
InnerNodeImpl.java 81 public boolean hasChildNodes() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/
MockXmlNode.java 185 public boolean hasChildNodes() {
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
ParseRDF.java 448 if (xmlNode.hasChildNodes())
823 if (xmlNode.hasChildNodes())
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java 546 public final boolean hasChildNodes()
798 if(tempNode.hasChildNodes())
935 if(tempNode.hasChildNodes())
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8-dom.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msxml.h 314 virtual HRESULT WINAPI hasChildNodes(VARIANT_BOOL *hasChild) = 0;
361 HRESULT (WINAPI *hasChildNodes)(IXMLDOMNode *This,VARIANT_BOOL *hasChild);
410 #define IXMLDOMNode_hasChildNodes(This,hasChild) (This)->lpVtbl->hasChildNodes(This,hasChild)
538 HRESULT (WINAPI *hasChildNodes)(IXMLDOMDocumentFragment *This,VARIANT_BOOL *hasChild);
    [all...]

Completed in 202 milliseconds

1 2 3 4