Home
last modified time | relevance | path

Searched refs:getChildNodes (Results 1 – 23 of 23) sorted by relevance

/external/smack/src/org/jivesoftware/smackx/provider/
DVCardProvider.java139 NodeList childNodes = photoNode.getChildNodes(); in setupPhoto()
183 NodeList nodes = allPhones.item(i).getChildNodes(); in setupPhones()
224 NodeList childNodes = addressNode.getChildNodes(); in setupAddresses()
257 NodeList childNodes = document.getDocumentElement().getChildNodes(); in setupSimpleFields()
264 if (element.getChildNodes().getLength() == 0) { in setupSimpleFields()
267 else if (element.getChildNodes().getLength() == 1 && in setupSimpleFields()
268 element.getChildNodes().item(0) instanceof Text) { in setupSimpleFields()
282 NodeList childNodes = node.getChildNodes(); in appendText()
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DParseRDF.java130 for (int i = 0; i < rdfRdfNode.getChildNodes().getLength(); i++) in rdf_NodeElementList()
132 Node child = rdfRdfNode.getChildNodes().item(i); in rdf_NodeElementList()
283 for (int i = 0; i < xmlParent.getChildNodes().getLength(); i++) in rdf_PropertyElementList()
285 Node currChild = xmlParent.getChildNodes().item(i); in rdf_PropertyElementList()
450 for (int i = 0; i < xmlNode.getChildNodes().getLength(); i++) in rdf_PropertyElement()
452 Node currChild = xmlNode.getChildNodes().item(i); in rdf_PropertyElement()
529 for (i = 0; i < xmlNode.getChildNodes().getLength(); i++) in rdf_ResourcePropertyElement()
531 currChild = xmlNode.getChildNodes().item(i); in rdf_ResourcePropertyElement()
649 for (int i = 0; i < xmlNode.getChildNodes().getLength(); i++) in rdf_LiteralPropertyElement()
651 Node child = xmlNode.getChildNodes().item(i); in rdf_LiteralPropertyElement()
DXMPMetaParser.java326 NodeList children = root.getChildNodes(); in findRootNode()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
DMenuLoader.java36 NodeList items = document.getChildNodes(); in processResourceXml()
42 processChildren(items.item(0).getChildNodes(), topLevelNode); in processResourceXml()
68 NodeList children = node.getChildNodes(); in processNode()
DPreferenceLoader.java36 processChildren(document.getChildNodes(), topLevelNode); in processResourceXml()
64 processChildren(node.getChildNodes(), prefNode); in processNode()
DViewLoader.java42 processChildren(document.getChildNodes(), topLevelNode); in processResourceXml()
76 processChildren(node.getChildNodes(), viewNode); in processNode()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DReplaceNodeWithSpanCommand.cpp58 getChildNodes(nodeToReplace, children); in swapInNodePreservingAttributesAndChildren()
DApplyStyleCommand.cpp1034 getChildNodes(*current, currentChildren); in pushDownInlineStyleAroundNode()
/external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/
DDOMSerializer.java189 NodeList nodes = document.getChildNodes(); in writeDocument()
221 NodeList nodes = element.getChildNodes(); in writeElement()
DDOMInputCapsule.java193 NodeList nodes = currentElem.getChildNodes(); in readByteArray2D()
296 NodeList nodes = currentElem.getChildNodes(); in readIntArray2D()
481 NodeList nodes = currentElem.getChildNodes(); in readDoubleArray2D()
580 NodeList nodes = currentElem.getChildNodes(); in readLongArray2D()
680 NodeList nodes = currentElem.getChildNodes(); in readShortArray2D()
771 NodeList nodes = currentElem.getChildNodes(); in readBooleanArray2D()
828 NodeList nodes = tmpEl.getChildNodes(); in readStringArray()
872 NodeList nodes = currentElem.getChildNodes(); in readStringArray2D()
1237 NodeList nodes = tempEl.getChildNodes(); in readSavableMap()
1264 NodeList nodes = tempEl.getChildNodes(); in readStringSavableMap()
[all …]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java363 public final NodeList getChildNodes() in getChildNodes() method in DTMNodeProxy
752 NodeList nodeList = retNode.getChildNodes(); in getElementsByTagName()
800 NodeList nodeList = tempNode.getChildNodes(); in traverseChildren()
877 NodeList nodeList = retNode.getChildNodes(); in getElementsByTagNameNS()
937 NodeList nl = tempNode.getChildNodes(); in traverseChildren()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemExsltFunction.java88 NodeList children = this.getChildNodes(); in execute()
DElemLiteralResult.java788 public NodeList getChildNodes() in getChildNodes() method in ElemLiteralResult.Attribute
DElemTemplateElement.java342 public NodeList getChildNodes() in getChildNodes() method in ElemTemplateElement
/external/robolectric/src/main/java/com/xtremelabs/robolectric/
DRobolectricConfig.java148 for (int i = 0; i < node.getChildNodes().getLength(); i++) { in getChildrenTags()
149 Node childNode = node.getChildNodes().item(i); in getChildrenTags()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DDOM2DTMdefaultNamespaceDeclarationNode.java87 public NodeList getChildNodes() {return null;} in getChildNodes() method in DOM2DTMdefaultNamespaceDeclarationNode
/external/chromium_org/third_party/WebKit/Source/core/dom/
DContainerNode.h247 inline void getChildNodes(Node& node, NodeVector& nodes) in getChildNodes() function
DContainerNode.cpp66 getChildNodes(node, nodes); in collectChildrenAndRemoveFromOldParent()
382 getChildNodes(*this, children); in willRemoveChildren()
/external/apache-xml/src/main/java/org/apache/xml/utils/
DUnImplNode.java146 public NodeList getChildNodes() in getChildNodes() method in UnImplNode
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DDOMAgent.js338 getChildNodes: function(callback) method in WebInspector.DOMNode
DElementsTreeOutline.js1030 this._node.getChildNodes(this._updateChildren.bind(this, fullRefresh));
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DDOM3TreeWalker.java1490 NodeList children = node.getChildNodes(); in isAttributeWellFormed()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLMediaElement.cpp2850 getChildNodes(*this, potentialSourceNodes); in selectNextSourceChild()