KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > xml > xpath > XPathExpression > Top Examples

  • 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 ...
  • 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
  • com.sun.org.apache.xpath.internal.jaxp.XPathExpressionImpl
    The XPathExpression interface encapsulates a (compiled) XPath expression. @version $Revision: 1.8 $ @author Ramesh Mandava
Popular Tags