OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ANCESTORORSELF
(Results
1 - 4
of
4
) sorted by null
/external/apache-xml/src/main/java/org/apache/xml/dtm/
Axis.java
46
public static final int
ANCESTORORSELF
= 1;
/external/apache-xml/src/main/java/org/apache/xpath/axes/
WalkerFactory.java
324
return Axis.
ANCESTORORSELF
;
359
case Axis.
ANCESTORORSELF
:
[
all
...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBaseIterators.java
94
* @param axis One of Axes.
ANCESTORORSELF
, etc.
130
case Axis.
ANCESTORORSELF
:
176
* @param axis One of Axes.
ANCESTORORSELF
, etc.
197
case Axis.
ANCESTORORSELF
:
[
all
...]
DTMDefaultBaseTraversers.java
97
* @param axis One of Axes.
ANCESTORORSELF
, etc.
124
case Axis.
ANCESTORORSELF
:
[
all
...]
Completed in 23 milliseconds