OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DESCENDANT
(Results
1 - 7
of
7
) 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
58
* The
descendant
axis contains the descendants of the context node;
59
* a
descendant
is a child or a child of a child and so on; thus the
60
*
descendant
axis never contains attribute or namespace nodes.
62
public static final int
DESCENDANT
= 4;
65
* The
descendant
-or-self axis contains the context node and the
170
false, //
descendant
171
false, //
descendant
-or-self
189
"
descendant
", // 4
190
"
descendant
-or-self", //
[
all
...]
/external/apache-xml/src/main/java/org/apache/xpath/axes/
WalkingIteratorSorted.java
120
if(walker.isDocOrdered() && (axis == Axis.
DESCENDANT
||
170
// if(walker.isDocOrdered() && (axis == Axis.
DESCENDANT
||
WalkerFactory.java
245
// "/
descendant
-or-self::node()/table[3]" in order for the indexes
334
return Axis.
DESCENDANT
;
365
case Axis.
DESCENDANT
:
786
(Axis.
DESCENDANT
== axis)
875
// inverted for match to "self::*/
descendant
-or-self::@*/parent::node()",
878
// "self::*/
descendant
-or-self::*/attribute::*/parent::node()"
921
else if(Axis.
DESCENDANT
== pat.getAxis())
[
all
...]
DescendantIterator.java
37
*
descendant
,
descendant
-or-self, or "//foo" patterns.
111
m_axis = Axis.
DESCENDANT
;
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBaseIterators.java
134
case Axis.
DESCENDANT
:
201
case Axis.
DESCENDANT
:
[
all
...]
DTMDefaultBaseTraversers.java
133
case Axis.
DESCENDANT
:
369
// Otherwise, it could be a
descendant
below the subtree root
623
* Tell if this node identity is a
descendant
. Assumes that
632
* @return true if the index is a
descendant
of _startNode.
[
all
...]
/external/jdiff/
xerces.jar
Completed in 614 milliseconds