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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DXPathImpl.java39 public class XPathImpl extends ComponentImpl implements XSXPath { class in inherits:ComponentImpl,XSXPath
43 public XPathImpl(SchemaDocumentImpl _owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl fa, XmlString xpath) { method in class:XPathImpl
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/jaxp/
H A DXPathImpl.java20 // $Id: XPathImpl.java,v 1.2 2005/08/16 22:41:08 jeffsuttor Exp $
51 * The XPathImpl class provides implementation for the methods defined in
59 public class XPathImpl implements javax.xml.xpath.XPath { class in inherits:javax.xml.xpath.XPath
74 XPathImpl( XPathVariableResolver vr, XPathFunctionResolver fr ) { method in class:XPathImpl
79 XPathImpl( XPathVariableResolver vr, XPathFunctionResolver fr, method in class:XPathImpl

Completed in 1930 milliseconds