HomeSort by relevance Sort by last modified time
    Searched refs:getChildNodes (Results 151 - 175 of 241) sorted by null

1 2 3 4 5 67 8 910

  /libcore/luni/src/test/java/tests/org/w3c/dom/
ImportNode.java 126 childList = aNode.getChildNodes();
193 children = aNode.getChildNodes();
ElementSetAttributeNodeNS.java 218 elementList = entRef.getChildNodes();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
AndroidTypeMoveParticipant.java 315 NodeList children = element.getChildNodes();
354 NodeList children = element.getChildNodes();
AndroidPackageRenameParticipant.java 476 NodeList children = element.getChildNodes();
539 NodeList children = element.getChildNodes();
AndroidTypeRenameParticipant.java 463 NodeList children = element.getChildNodes();
521 NodeList children = element.getChildNodes();
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTMdefaultNamespaceDeclarationNode.java 87 public NodeList getChildNodes() {return null;}
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPMetaParser.java 326 NodeList children = root.getChildNodes();
  /libcore/luni/src/test/java/libcore/xml/
JaxenXPathTestSuite.java 125 for (Element test : elementsOf(element.getChildNodes())) {
KxmlSerializerTest.java 212 NodeList children = doc.getFirstChild().getChildNodes();
XsltXPathConformanceTestSuite.java 222 for (Element element : elementsOf(scenarioElement.getChildNodes())) {
558 NodeList childNodes = node.getChildNodes();
  /libcore/ojluni/src/main/java/java/util/
XMLUtils.java 113 NodeList entries = propertiesElement.getChildNodes();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ViewMetadataRepository.java 170 NodeList children = element.getChildNodes();
222 NodeList categoryNodes = document.getDocumentElement().getChildNodes();
230 NodeList children = element.getChildNodes();
296 NodeList childNodes = child.getChildNodes();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/formatting/
EclipseXmlPrettyPrinterTest.java 91 NodeList children = node.getChildNodes();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/
MockXmlNode.java 134 public NodeList getChildNodes() {
  /cts/tools/utils/
DescriptionGenerator.java 353 NodeList nodelist = node.getChildNodes();
406 NodeList children = elem.getChildNodes();
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tree_adapters/
htmlparser2.js 246 exports.getChildNodes = function (node) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PreviewIconFactory.java 156 NodeList children = root.getChildNodes();
259 NodeList childNodes = documentElement.getChildNodes();
LayoutMetadata.java 112 NodeList children = node.getChildNodes();
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_compiler.py 119 for child in node.getChildNodes():
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_compiler.py 119 for child in node.getChildNodes():
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_compiler.py 119 for child in node.getChildNodes():
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_compiler.py 119 for child in node.getChildNodes():
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ExplodedRenderingHelper.java 119 NodeList children = view.getChildNodes();
  /external/autotest/contrib/
coverage.py 112 for n in node.getChildNodes():
129 for n in node.getChildNodes():
140 for n in node.getChildNodes():
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
DocumentBuilderFactoryTest.java 911 NodeList list = node.getChildNodes();

Completed in 774 milliseconds

1 2 3 4 5 67 8 910