HomeSort by relevance Sort by last modified time
    Searched refs:ContextMatchStepPattern (Results 1 - 2 of 2) sorted by null

  /external/apache-xml/src/main/java/org/apache/xpath/patterns/
ContextMatchStepPattern.java 19 * $Id: ContextMatchStepPattern.java 468655 2006-10-28 07:12:06Z minchau $
33 public class ContextMatchStepPattern extends StepPattern
38 * Construct a ContextMatchStepPattern.
41 public ContextMatchStepPattern(int axis, int paxis)
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
WalkerFactory.java 33 import org.apache.xpath.patterns.ContextMatchStepPattern;
940 StepPattern selfPattern = new ContextMatchStepPattern(axis, paxis);
    [all...]

Completed in 87 milliseconds