Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xpath/jaxp/
DXPathExpressionImpl.java53 public class XPathExpressionImpl implements javax.xml.xpath.XPathExpression{ class
68 protected XPathExpressionImpl() { }; in XPathExpressionImpl() method in XPathExpressionImpl
70 protected XPathExpressionImpl(org.apache.xpath.XPath xpath, in XPathExpressionImpl() method in XPathExpressionImpl
81 protected XPathExpressionImpl(org.apache.xpath.XPath xpath, in XPathExpressionImpl() method in XPathExpressionImpl
DXPathImpl.java403 XPathExpressionImpl ximpl = new XPathExpressionImpl (xpath, in compile()