HomeSort by relevance Sort by last modified time
    Searched defs:NodeIterator (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/dom/
NodeIterator.cpp 26 #include "core/dom/NodeIterator.h"
35 NodeIterator::NodePointer::NodePointer()
39 NodeIterator::NodePointer::NodePointer(PassRefPtrWillBeRawPtr<Node> n, bool b)
45 void NodeIterator::NodePointer::clear()
50 bool NodeIterator::NodePointer::moveToNext(Node* root)
62 bool NodeIterator::NodePointer::moveToPrevious(Node* root)
74 NodeIterator::NodeIterator(PassRefPtrWillBeRawPtr<Node> rootNode, unsigned whatToShow, PassRefPtrWillBeRawPtr<NodeFilter> filter)
82 NodeIterator::~NodeIterator()
    [all...]
  /libcore/luni/src/main/java/org/w3c/dom/traversal/
NodeIterator.java 23 * the implementation of the <code>NodeIterator</code>. DOM Level 2
24 * specifies a single <code>NodeIterator</code> implementation for
33 public interface NodeIterator {
35 * The root node of the <code>NodeIterator</code>, as specified when it
42 * <code>NodeIterator</code>. The available set of constants is defined
57 * reference nodes are visible to the <code>NodeIterator</code>. If
68 * <code>NodeIterator</code>. To produce a view of the document that has
77 * <code>NodeIterator</code> in the set. After a
78 * <code>NodeIterator</code> is created, the first call to
91 * <code>NodeIterator</code> backwards in the set
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPIteratorImpl.java 45 private Iterator nodeIterator = null;
107 nodeIterator = new NodeIterator(startNode, initialPath, 1);
111 nodeIterator = new NodeIteratorChildren(startNode, initialPath);
117 nodeIterator = Collections.EMPTY_LIST.iterator();
146 return nodeIterator.hasNext();
155 return nodeIterator.next();
205 private class NodeIterator implements Iterator
233 public NodeIterator()
245 public NodeIterator(XMPNode visitedNode, String parentPath, int index
    [all...]
  /external/guava/guava/src/com/google/common/collect/
LinkedListMultimap.java 279 private class NodeIterator implements ListIterator<Node<K, V>> {
285 NodeIterator() {
288 NodeIterator(int index) {
518 for (Iterator<Node<K, V>> i = new NodeIterator(); i.hasNext();) {
718 final Iterator<Node<K, V>> nodes = new NodeIterator();
852 final NodeIterator nodes = new NodeIterator(index);
943 final ListIterator<Node<K, V>> nodes = new NodeIterator(index);
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
LinkedListMultimap.java 275 private class NodeIterator implements ListIterator<Node<K, V>> {
281 NodeIterator() {
284 NodeIterator(int index) {
514 for (Iterator<Node<K, V>> i = new NodeIterator(); i.hasNext();) {
714 final Iterator<Node<K, V>> nodes = new NodeIterator();
848 final NodeIterator nodes = new NodeIterator(index);
939 final ListIterator<Node<K, V>> nodes = new NodeIterator(index);
  /prebuilts/tools/common/m2/repository/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
jaxen-1.1.6.jar 
  /prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.1/
jaxen-1.1.1.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /frameworks/testing/espresso/libs/
guava-14.0.1.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 

Completed in 972 milliseconds

1 2