HomeSort by relevance Sort by last modified time
    Searched full:nodeiterator (Results 26 - 50 of 60) sorted by null

12 3

  /external/apache-xml/src/main/java/org/apache/xpath/axes/
LocPathIterator.java 38 * This class extends NodeSetDTM, which implements NodeIterator,
598 * show. It is here only to fullfill the DOM NodeIterator
602 * @see org.w3c.dom.traversal.NodeIterator
613 * this is here only to fullfill the DOM NodeIterator
617 * @see org.w3c.dom.traversal.NodeIterator
707 * @return A cloned NodeIterator set of the start of the query.
746 * iterator in the set. After a NodeIterator is created, the first call
DescendantIterator.java 145 * @return A cloned NodeIterator set of the start of the query.
162 * iterator in the set. After a NodeIterator is created, the first call
ChildTestIterator.java 103 * @return A cloned NodeIterator set of the start of the query.
PredicatedNodeTest.java 454 * TreeWalker or NodeIterator. This function will be called by the
455 * implementation of TreeWalker and NodeIterator; it is not intended to
FilterExprIteratorSimple.java 142 * iterator in the set. After a NodeIterator is created, the first call
OneStepIterator.java 152 * @return A cloned NodeIterator set of the start of the query.
WalkingIterator.java 164 * iterator in the set. After a NodeIterator is created, the first call
  /external/guava/src/com/google/common/collect/
LinkedListMultimap.java 273 private class NodeIterator implements Iterator<Node<K, V>> {
432 for (Iterator<Node<K, V>> i = new NodeIterator(); i.hasNext();) {
617 final Iterator<Node<K, V>> nodes = new NodeIterator();
731 final Iterator<Node<K, V>> nodes = new NodeIterator();
775 final Iterator<Node<K, V>> nodes = new NodeIterator();
  /external/webkit/Source/WebCore/bindings/objc/
DOMUtility.mm 112 WRAP(NodeIterator)
  /external/webkit/Source/WebCore/dom/
DOMAllInOne.cpp 90 #include "NodeIterator.cpp"
Document.idl 92 [OldStyleObjC] NodeIterator createNodeIterator(in Node root,
Document.h 102 class NodeIterator;
511 PassRefPtr<NodeIterator> createNodeIterator(Node* root, unsigned whatToShow,
699 void attachNodeIterator(NodeIterator*);
700 void detachNodeIterator(NodeIterator*);
    [all...]
Document.cpp 109 #include "NodeIterator.h"
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/jaxp/
XPathExpressionImpl.java 41 import org.w3c.dom.traversal.NodeIterator;
361 NodeIterator ni = resultObject.nodeset();
XPathImpl.java 39 import org.w3c.dom.traversal.NodeIterator;
333 NodeIterator ni = resultObject.nodeset();
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XNodeSet.java 31 import org.w3c.dom.traversal.NodeIterator;
328 * @return a NodeIterator.
332 public NodeIterator nodeset() throws javax.xml.transform.TransformerException
XObject.java 39 import org.w3c.dom.traversal.NodeIterator;
436 public NodeIterator nodeset() throws javax.xml.transform.TransformerException
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTMManager.java 261 * as a NodeIterator, but their response to document mutation is not
  /external/webkit/Source/WebCore/bindings/v8/
V8DOMWrapper.cpp 228 // NodeFilter is passed to NodeIterator that has a ref counted pointer
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorObjC.pm 68 "NodeIterator" => 1, "TreeWalker" => 1, "AbstractView" => 1, "Blob" => 1,
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/
XPathContext.java 280 * @return The newly created <code>NodeIterator</code>.
1110 public org.w3c.dom.traversal.NodeIterator getContextNodes()
    [all...]
  /external/webkit/Source/WebCore/
DerivedSources.make 317 NodeIterator \
CMakeLists.txt 166 dom/NodeIterator.idl
591 dom/NodeIterator.cpp
    [all...]
CodeGenerators.pri 140 dom/NodeIterator.idl \
Android.mk 165 dom/NodeIterator.cpp \
    [all...]

Completed in 1059 milliseconds

12 3