Home
last modified time | relevance | path

Searched refs:getChildNodes (Results 1 – 25 of 25) 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/chromium_org/third_party/WebKit/Source/core/editing/
DWrapContentsInDummySpanCommand.cpp45 getChildNodes(*m_element, children); in executeApply()
69 getChildNodes(*m_dummySpan, children); in doUnapply()
DRemoveNodePreservingChildrenCommand.cpp46 getChildNodes(toContainerNode(*m_node), children); in doApply()
DReplaceNodeWithSpanCommand.cpp59 getChildNodes(elementToReplace, children); in swapInNodePreservingAttributesAndChildren()
DMergeIdenticalElementsCommand.cpp53 getChildNodes(*m_element1, children); in doApply()
DSplitElementCommand.cpp86 getChildNodes(*m_element1, children); in doUnapply()
DApplyStyleCommand.cpp1063 getChildNodes(toContainerNode(*current), currentChildren); in pushDownInlineStyleAroundNode()
/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/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.h342 inline void getChildNodes(ContainerNode& node, NodeVector& nodes) in getChildNodes() function
DContainerNode.cpp70 getChildNodes(fragment, nodes); in collectChildrenAndRemoveFromOldParent()
431 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/sdk/
DDOMModel.js394 getChildNodes: function(callback) method in WebInspector.DOMNode
/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/devtools/front_end/elements/
DElementsTreeOutline.js1237 this._node.getChildNodes(this._updateChildren.bind(this, fullRefresh));
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLMediaElement.cpp2963 getChildNodes(*this, potentialSourceNodes); in selectNextSourceChild()