KickJava   Java API By Example, From Geeks To Geeks.

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

  • 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.XPathExpressionImpl
    <p>The JAXP XPathExpression interface represents a compiled XPath expression that can be repeatedly evaluated. This class is Saxon's implementation of that interface.</p> <p>The class also includes some methods retained from Saxon's original XPath API. When these methods are use ...
  • com.sun.org.apache.xpath.internal.jaxp.XPathExpressionImpl
    The XPathExpression interface encapsulates a (compiled) XPath expression. @version $Revision: 1.8 $ @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 ...
Popular Tags