Home | History | Annotate | Download | only in axes

Lines Matching refs:patterns

33 import org.apache.xpath.patterns.ContextMatchStepPattern;
34 import org.apache.xpath.patterns.FunctionPattern;
35 import org.apache.xpath.patterns.NodeTest;
36 import org.apache.xpath.patterns.StepPattern;
242 // "//foo" patterns.
243 // For at least the time being, we can't optimize patterns like
1645 // OK, now we have to check for select="@*/axis::*" patterns, which
1646 // can also cause duplicates to happen. But select="axis*/@::*" patterns
1647 // are OK, as are select="@foo/axis::*" patterns.