Home | History | Annotate | Download | only in dtm

Lines Matching defs:SELF

25  * <p>The ancestor, descendant, following, preceding and self axes partition a
42 * the ancestor-or-self axis contains the context node and the ancestors of
65 * The descendant-or-self axis contains the context node and the
116 /** The self axis contains just the context node itself. */
117 public static final int SELF = 13;
167 true, // ancestor-or-self
171 false, // descendant-or-self
179 false // self (one node, has no order)
186 "ancestor-or-self", // 1
190 "descendant-or-self", // 5
198 "self", // 13
203 "descendants-or-self-from-root", // 18