Home | History | Annotate | Download | only in dtm

Lines Matching defs:PRECEDING

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", // 11
197 "preceding-sibling", // 12
200 "preceding-and-ancestor", // 15