Home | History | Annotate | Download | only in xpath

Lines Matching refs:ExpressionContext

34 import org.apache.xalan.extensions.ExpressionContext;
63 public class XPathContext extends DTMManager // implements ExpressionContext
1022 // SECTION: Implementation of ExpressionContext interface
1057 XPathExpressionContext expressionContext = new XPathExpressionContext();
1062 * @return An object that implements the ExpressionContext.
1064 public ExpressionContext getExpressionContext()
1066 return expressionContext;
1069 public class XPathExpressionContext implements ExpressionContext
1075 * to the ExpressionContext interface to avoid having to call this method.