OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ANCESTOR
(Results
1 - 6
of
6
) 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
34
* The
ancestor
axis contains the ancestors of the context node;
36
* node and the parent's parent and so on; thus, the
ancestor
axis will
39
public static final int
ANCESTOR
= 0;
42
* the
ancestor
-or-self axis contains the context node and the ancestors of
43
* the context node; thus, the
ancestor
axis will always include the
126
* A non-xpath axis, traversing the the preceding and the
ancestor
nodes,
166
true, //
ancestor
167
true, //
ancestor
-or-self
185
"
ancestor
", //
[
all
...]
/external/apache-xml/src/main/java/org/apache/xpath/axes/
WalkerFactory.java
322
return Axis.
ANCESTOR
;
350
* @param axis One of Axis.
ANCESTOR
, etc.
357
case Axis.
ANCESTOR
:
874
// If we don't do the magic below, then "@*/
ancestor
-or-self::*" gets
[
all
...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBaseIterators.java
128
case Axis.
ANCESTOR
:
195
case Axis.
ANCESTOR
:
374
* Note that this does _not_ mean "find the nearest
ancestor
of
[
all
...]
DTMDefaultBaseTraversers.java
121
case Axis.
ANCESTOR
:
198
* Implements traversal of the
Ancestor
access, in reverse document order.
242
* Implements traversal of the
Ancestor
access, in reverse document order.
328
* Implements traversal of the
Ancestor
access, in reverse document order.
579
* Implements traversal of the
Ancestor
access, in reverse document order.
653
// (next-sib or
ancestor
's-next-sib). Probably shallower search.
758
* Implements traversal of the
Ancestor
access, in reverse document order.
981
* Implements traversal of the
Ancestor
access, in reverse document order.
1023
* Implements traversal of the
Ancestor
access, in reverse document order.
[
all
...]
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
Compiler.java
885
Axis.
ANCESTOR
, Axis.CHILD);
[
all
...]
/external/srec/config/en.us/dictionary/
c0.6
[
all
...]
Completed in 146 milliseconds