Home
last modified time | relevance | path

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

/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/webkit/Source/WebCore/inspector/front-end/
DDOMAgent.js172 getChildNodes: function(callback) method in WebInspector.DOMNode
184 DOMAgent.getChildNodes(this.id, mycallback.bind(this));
DElementsTreeOutline.js495 this.representedObject.getChildNodes(this._updateChildren.bind(this, fullRefresh));
/external/webkit/Source/WebCore/inspector/
DInspectorDOMAgent.h117 void getChildNodes(ErrorString*, int nodeId);
DInspectorDOMAgent.cpp484 void InspectorDOMAgent::getChildNodes(ErrorString*, int nodeId) in getChildNodes() function in WebCore::InspectorDOMAgent
/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/apache-xml/src/main/java/org/apache/xml/utils/
DUnImplNode.java146 public NodeList getChildNodes() in getChildNodes() method in UnImplNode
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DDOM3TreeWalker.java1490 NodeList children = node.getChildNodes(); in isAttributeWellFormed()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0662237 (WebCore::InspectorDOMAgent::getChildNodes):
62656 …Web Inspector: cleanup inspector api. getChildNodes should return array of child nodes as an outpu…
62659 As example WebInspector is requesting child nodes of a node by getChildNodes
62670 (WebCore::InspectorDOMAgent::getChildNodes):
83069 (WebCore::InspectorDOMAgent::getChildNodes):
86064 (WebCore::InspectorDOMAgent::getChildNodes):
DChangeLog41361 (WebCore::InspectorDOMAgent::getChildNodes):
46662 (WebCore::InspectorDOMAgent::getChildNodes):
46672 (WebInspector.DOMNode.prototype.getChildNodes):
DChangeLog-2010-01-2963790 (WebCore::InspectorBackend::getChildNodes):
70651 (WebCore::InspectorBackend::getChildNodes):
70662 (WebCore::InspectorDOMAgent::getChildNodes):
77589 (WebCore::InspectorBackend::getChildNodes):