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

/external/smack/src/org/jivesoftware/smackx/provider/
H A DVCardProvider.java139 NodeList childNodes = photoNode.getChildNodes();
183 NodeList nodes = allPhones.item(i).getChildNodes();
224 NodeList childNodes = addressNode.getChildNodes();
257 NodeList childNodes = document.getDocumentElement().getChildNodes();
264 if (element.getChildNodes().getLength() == 0) {
267 else if (element.getChildNodes().getLength() == 1 &&
268 element.getChildNodes().item(0) instanceof Text) {
282 NodeList childNodes = node.getChildNodes();
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DParseRDF.java130 for (int i = 0; i < rdfRdfNode.getChildNodes().getLength(); i++)
132 Node child = rdfRdfNode.getChildNodes().item(i);
283 for (int i = 0; i < xmlParent.getChildNodes().getLength(); i++)
285 Node currChild = xmlParent.getChildNodes().item(i);
450 for (int i = 0; i < xmlNode.getChildNodes().getLength(); i++)
452 Node currChild = xmlNode.getChildNodes().item(i);
529 for (i = 0; i < xmlNode.getChildNodes().getLength(); i++)
531 currChild = xmlNode.getChildNodes().item(i);
649 for (int i = 0; i < xmlNode.getChildNodes().getLength(); i++)
651 Node child = xmlNode.getChildNodes()
[all...]
H A DXMPMetaParser.java326 NodeList children = root.getChildNodes();
/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
H A DMenuLoader.java36 NodeList items = document.getChildNodes();
42 processChildren(items.item(0).getChildNodes(), topLevelNode);
68 NodeList children = node.getChildNodes();
H A DPreferenceLoader.java36 processChildren(document.getChildNodes(), topLevelNode);
64 processChildren(node.getChildNodes(), prefNode);
H A DViewLoader.java42 processChildren(document.getChildNodes(), topLevelNode);
76 processChildren(node.getChildNodes(), viewNode);
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemExsltFunction.java88 NodeList children = this.getChildNodes();
H A DElemLiteralResult.java788 public NodeList getChildNodes() method in class:ElemLiteralResult.Attribute
H A DElemTemplateElement.java342 public NodeList getChildNodes() method in class:ElemTemplateElement
540 // It is assumed that the getChildNodes call synchronized
564 // It is assumed that the getChildNodes call synchronized
/external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/
H A DDOMSerializer.java189 NodeList nodes = document.getChildNodes();
221 NodeList nodes = element.getChildNodes();
H A DDOMInputCapsule.java193 NodeList nodes = currentElem.getChildNodes();
296 NodeList nodes = currentElem.getChildNodes();
481 NodeList nodes = currentElem.getChildNodes();
580 NodeList nodes = currentElem.getChildNodes();
680 NodeList nodes = currentElem.getChildNodes();
771 NodeList nodes = currentElem.getChildNodes();
828 NodeList nodes = tmpEl.getChildNodes();
872 NodeList nodes = currentElem.getChildNodes();
1237 NodeList nodes = tempEl.getChildNodes();
1264 NodeList nodes = tempEl.getChildNodes();
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/
H A DRobolectricConfig.java148 for (int i = 0; i < node.getChildNodes().getLength(); i++) {
149 Node childNode = node.getChildNodes().item(i);
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNodeProxy.java363 public final NodeList getChildNodes() method in class:DTMNodeProxy
752 NodeList nodeList = retNode.getChildNodes();
800 NodeList nodeList = tempNode.getChildNodes();
877 NodeList nodeList = retNode.getChildNodes();
937 NodeList nl = tempNode.getChildNodes();
/external/webkit/Source/WebCore/inspector/front-end/
H A DDOMAgent.js172 getChildNodes: function(callback)
184 DOMAgent.getChildNodes(this.id, mycallback.bind(this));
H A DElementsTreeOutline.js495 this.representedObject.getChildNodes(this._updateChildren.bind(this, fullRefresh));
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
H A DDOM2DTMdefaultNamespaceDeclarationNode.java87 public NodeList getChildNodes() {return null;} method in class:DOM2DTMdefaultNamespaceDeclarationNode
/external/webkit/Source/WebCore/inspector/
H A DInspectorDOMAgent.h117 void getChildNodes(ErrorString*, int nodeId);
H A DInspectorDOMAgent.cpp484 void InspectorDOMAgent::getChildNodes(ErrorString*, int nodeId) function in class:WebCore::InspectorDOMAgent
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DUnImplNode.java146 public NodeList getChildNodes() method in class:UnImplNode
149 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"getChildNodes not supported!");
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
H A DDOM3TreeWalker.java1490 NodeList children = node.getChildNodes();
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1889 milliseconds