HomeSort by relevance Sort by last modified time
    Searched refs:FOLLOWING (Results 1 - 17 of 17) 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
71 * the following axis contains all nodes in the same document as the
75 public static final int FOLLOWING = 6;
78 * The following-sibling axis contains all the following siblings of the
80 * the following-sibling axis is empty.
172 false, // following
173 false, // following-sibling
191 "following", // 6
192 "following-sibling", //
    [all...]
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
Android.mk 29 # THE FOLLOWING DOESN'T WORK YET
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodecomparedocumentposition17.js 79 this second newly apended ProcessingInstruction node is PRECEDING, and FOLLOWING vice versa.
nodecomparedocumentposition30.js 79 the first position node as a parameter returns FOLLOWING.
nodecomparedocumentposition32.js 79 a first position node of another document reference and adopted by the first as a parameter is FOLLOWING.
nodecomparedocumentposition18.js 79 second text node is PRECEDING and is FOLLOWING vice versa.
nodecomparedocumentposition19.js 85 is PRECEDING and is FOLLOWING vice versa.
nodecomparedocumentposition20.js 81 is PRECEDING and FOLLOWING vice versa.
nodecomparedocumentposition21.js 80 whose localName is name. The first text node should return FOLLOWING and the second text node should
nodecomparedocumentposition28.js 80 should return FOLLOWING, and should return PRECEDING vice versa.
nodecomparedocumentposition31.js 79 a new node appended to the second position node as a parameter is FOLLOWING, and is PRECEDING vice versa
nodecomparedocumentposition36.js 79 the element that follows its parent as a parameter is FOLLOWING, and is PRECEDING
nodecomparedocumentposition37.js 80 is FOLLOWING, and is PRECEDING vice versa.
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
WalkerFactory.java 310 return Axis.FOLLOWING;
369 case Axis.FOLLOWING :
787 || (Axis.FOLLOWING == axis)
801 * "self::node()/following-sibling::foo/child::daz[position()=2]".
806 * the location path have to be executed by the following step,
884 // in the rewrite. The following inverted match will still not select
914 // This is needed to inverse a following pattern, because of the
915 // wacky Xalan rules for following from an attribute. See axes108.
916 // By these rules, following from an attribute is not strictly
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBaseIterators.java 140 case Axis.FOLLOWING :
207 case Axis.FOLLOWING :
905 * Iterator that returns all following siblings of a given node.
    [all...]
DTMDefaultBaseTraversers.java 139 case Axis.FOLLOWING :
828 * Implements traversal of the following access, in document order.
834 * Get the first of the following.
870 * Get the first of the following.
    [all...]
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 

Completed in 166 milliseconds