com.sun.org.apache.xpath.internal.jaxp.XPathImpl The XPathImpl class provides implementation for the methods defined in javax.xml.xpath.XPath interface. This provide simple access to the results of an XPath expression. @version $Revision: 1.15 $ @author Ramesh Mandava net.sf.saxon.xpath.StandaloneContext A StandaloneContext provides a context for parsing an XPath expression in a context other than a stylesheet. In particular, it is used to support the JAXP 1.3 XPath API. This API does not actually expose the StaticContext object directly; rather, the static context (namespaces, variables, and func ...com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl The XPathFactory builds XPaths. @version $Revision: 1.9 $ @author Ramesh Mandava net.sf.saxon.xpath.XPathEvaluator <p>XPathEvaluator provides a simple API for standalone XPath processing (that is, executing XPath expressions in the absence of an XSLT stylesheet). It is an implementation of the JAXP 1.3 XPath interface, with additional methods provided (a) for backwards compatibility (b) to give extra con ...XPathExample Class XPathExample: This class illustrates the use of the JAXP XPath API. It is a simple command-line application, which prompts the user for a word, and replies with a list of all the lines containing that word within a Shakespeare play. @author Michael H. Kay (Michael.H.Kay@ntlworld.com) @vers ... | Popular Tags |