HomeSort by relevance Sort by last modified time
    Searched refs:hasChildNodes (Results 1 - 25 of 77) 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();
  /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/chromium-trace/trace-viewer/build/
generate_standalone_timeline_view.py 109 js_chunks.append("while (templateElem_.hasChildNodes()) {\n");
  /external/chromium_org/third_party/WebKit/public/web/
WebNode.h 104 BLINK_EXPORT bool hasChildNodes() const;
  /external/chromium_org/tools/metrics/histograms/
update_editor_commands.py 95 while extension_functions_enum_node.hasChildNodes():
update_policies.py 93 while policy_enum_node.hasChildNodes():
update_histogram_enum.py 127 while enum_node.hasChildNodes():
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Node.idl 57 [ImplementedAs=hasChildren] boolean hasChildNodes();
  /packages/apps/OMA-DM/engine/dmlib/tool-src/db_wizard_tool/com/mot/dm/dbtool/
WbxmlEncoder.java 51 proceedTag(nodeName, node.hasAttributes(), node.hasChildNodes());
72 if (node.hasChildNodes()) {
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTM.java 237 public boolean hasChildNodes(int nodeHandle);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebNode.cpp 130 bool WebNode::hasChildNodes() const
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTMdefaultNamespaceDeclarationNode.java 78 public boolean hasChildNodes() {return false;}
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
InnerNodeImpl.java 81 public boolean hasChildNodes() {

Completed in 492 milliseconds

1 2 3 4