HomeSort by relevance Sort by last modified time
    Searched refs:DESCENDANT (Results 1 - 12 of 12) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/dtm/
Axis.java 25 * <p>The ancestor, descendant, following, preceding and self axes partition a
58 * The descendant axis contains the descendants of the context node;
59 * a descendant is a child or a child of a child and so on; thus the
60 * descendant axis never contains attribute or namespace nodes.
62 public static final int DESCENDANT = 4;
65 * The descendant-or-self axis contains the context node and the
170 false, // descendant
171 false, // descendant-or-self
189 "descendant", // 4
190 "descendant-or-self", //
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
WalkingIteratorSorted.java 120 if(walker.isDocOrdered() && (axis == Axis.DESCENDANT ||
170 // if(walker.isDocOrdered() && (axis == Axis.DESCENDANT ||
WalkerFactory.java 245 // "/descendant-or-self::node()/table[3]" in order for the indexes
334 return Axis.DESCENDANT;
365 case Axis.DESCENDANT :
786 (Axis.DESCENDANT == axis)
875 // inverted for match to "self::*/descendant-or-self::@*/parent::node()",
878 // "self::*/descendant-or-self::*/attribute::*/parent::node()"
921 else if(Axis.DESCENDANT == pat.getAxis())
    [all...]
DescendantIterator.java 37 * descendant, descendant-or-self, or "//foo" patterns.
111 m_axis = Axis.DESCENDANT;
  /external/robolectric-shadows/shadowapi/src/test/java/org/robolectric/util/
ReflectionHelpersTest.java 73 Field field = ExampleDescendant.class.getDeclaredField("DESCENDANT");
81 assertThat((int) ReflectionHelpers.getStaticField(ExampleDescendant.class, "DESCENDANT"))
87 Field field = ExampleDescendant.class.getDeclaredField("DESCENDANT");
92 assertThat(ExampleDescendant.DESCENDANT).named("DESCENDENT").isEqualTo(7);
100 int startingValue = ReflectionHelpers.getStaticField(ExampleDescendant.class, "DESCENDANT");
102 ReflectionHelpers.setStaticField(ExampleDescendant.class, "DESCENDANT", 7);
104 assertThat(ExampleDescendant.DESCENDANT).named("DESCENDENT").isEqualTo(7);
107 ReflectionHelpers.setStaticField(ExampleDescendant.class, "DESCENDANT", startingValue);
299 public static int DESCENDANT = 6;
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBaseIterators.java 134 case Axis.DESCENDANT :
201 case Axis.DESCENDANT :
    [all...]
DTMDefaultBaseTraversers.java 133 case Axis.DESCENDANT :
369 // Otherwise, it could be a descendant below the subtree root
623 * Tell if this node identity is a descendant. Assumes that
632 * @return true if the index is a descendant of _startNode.
    [all...]
  /external/guice/extensions/persist/lib/
jaxen-1.1-beta-7.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
jaxen-1.1.6.jar 
  /external/antlr/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /external/guice/lib/build/jdiff/
xerces.jar 
  /external/cldr/tools/java/libs/
xercesImpl.jar 

Completed in 614 milliseconds