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

1 2 3 4

  /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 316 private class NodeIterator implements ListIterator<Entry<K, V>> {
323 NodeIterator(int index) {
723 final NodeIterator nodeItr = new NodeIterator(index);
770 return new NodeIterator(index);
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
LinkedListMultimap.java 312 private class NodeIterator implements ListIterator<Entry<K, V>> {
319 NodeIterator(int index) {
719 final NodeIterator nodeItr = new NodeIterator(index);
766 return 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/guice/extensions/persist/lib/
jaxen-1.1-beta-7.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
jaxen-1.1.6.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mshtml.h     [all...]
  /prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.1/
jaxen-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.6/
jaxen-1.1.6.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.3.04/
xml-apis-1.3.04.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.4.01/
xml-apis-1.4.01.jar 
  /external/guice/lib/build/jdiff/
xerces.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.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/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.4.7/
groovy-all-2.4.7.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 

Completed in 690 milliseconds

1 2 3 4