/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
Axis.java | 25 * <p>The ancestor, descendant, following, preceding and self axes partition a 103 * The preceding axis contains all nodes in the same document as the context 107 public static final int PRECEDING = 11; 110 * The preceding-sibling axis contains all the preceding siblings of the 112 * the preceding-sibling axis is empty. 126 * A non-xpath axis, traversing the the preceding and the ancestor nodes, 177 true, // preceding 178 true, // preceding-sibling 196 "preceding", // 1 [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/patterns/ |
ContextMatchStepPattern.java | 105 if((Axis.PRECEDING == axis) && iterRootIsAttr)
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
nodecomparedocumentposition17.js | 79 this second newly apended ProcessingInstruction node is PRECEDING, and FOLLOWING vice versa.
|
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 | 81 return PRECEDING when compareDocumentPosition is invoked with the other node as a parameter.
|
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
|
nodecomparedocumentposition33.js | 82 be PRECEDING and contains, and the Attr node follows and is contained by the Element node
|
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 | 314 return Axis.PRECEDING; 378 case Axis.PRECEDING : 789 || (Axis.PRECEDING == axis) 918 if(Axis.PRECEDING == pat.getAxis()) [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMDefaultBaseIterators.java | 143 case Axis.PRECEDING : 210 case Axis.PRECEDING : 1079 * Iterator that returns preceding siblings of a given node 1168 * Iterator that returns preceding siblings of a given type for [all...] |
DTMDefaultBaseTraversers.java | 154 case Axis.PRECEDING : [all...] |
/prebuilt/common/jfreechart/ |
jcommon-1.0.12.jar | |