Searched defs:XPathExpressionImpl (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/domapi/
H A DXPathExpressionImpl.java21 * $Id: XPathExpressionImpl.java,v 1.2.4.1 2005/09/10 04:06:55 jeffsuttor Exp $
55 class XPathExpressionImpl implements XPathExpression { class in inherits:XPathExpression
69 * Constructor for XPathExpressionImpl.
75 XPathExpressionImpl(XPath xpath, Document doc) { method in class:XPathExpressionImpl
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/jaxp/
H A DXPathExpressionImpl.java20 // $Id: XPathExpressionImpl.java,v 1.3 2005/09/27 09:40:43 sunithareddy Exp $
57 public class XPathExpressionImpl implements javax.xml.xpath.XPathExpression{ class in inherits:javax.xml.xpath.XPathExpression
73 protected XPathExpressionImpl() { }; method in class:XPathExpressionImpl
75 protected XPathExpressionImpl(com.sun.org.apache.xpath.internal.XPath xpath, method in class:XPathExpressionImpl
86 protected XPathExpressionImpl(com.sun.org.apache.xpath.internal.XPath xpath, method in class:XPathExpressionImpl

Completed in 73 milliseconds