Home
last modified time | relevance | path

Searched refs:BIT_ANCESTOR_OR_SELF (Results 1 – 2 of 2) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/axes/
DWalkerFactory.java360 return BIT_ANCESTOR_OR_SELF; in getAnalysisBitFromAxes()
703 analysisResult |= BIT_ANCESTOR_OR_SELF; in analyze()
1299 if((analysis & BIT_ANCESTOR_OR_SELF) != 0) in getAnalysisString()
1379 return isSet(analysis, BIT_ANCESTOR | BIT_ANCESTOR_OR_SELF); in walksAncestors()
1458 return isSet(analysis, BIT_PARENT | BIT_ANCESTOR | BIT_ANCESTOR_OR_SELF); in walksUp()
1747 public static final int BIT_ANCESTOR_OR_SELF = (0x00001000 << 2); field in WalkerFactory
1801 | BIT_ANCESTOR_OR_SELF
DMatchPatternIterator.java95 | WalkerFactory.BIT_ANCESTOR_OR_SELF in MatchPatternIterator()