Uses of Package
org.jaxen.saxpath

Packages that use org.jaxen.saxpath
org.jaxen This package defines the core Jaxen API to the XPath engine. 
org.jaxen.dom Navigation for W3C DOM trees. 
org.jaxen.pattern Defines XSLT Pattern objects. 
org.jaxen.saxpath Classes related to the event-based parsing and handling of XPath expressions. 
 

Classes in org.jaxen.saxpath used by org.jaxen
SAXPathException
          Base of all SAXPath exceptions.
XPathHandler
          Interface for event-based XPath parsing.
XPathSyntaxException
          Represents a syntax error in an XPath expression.
 

Classes in org.jaxen.saxpath used by org.jaxen.dom
SAXPathException
          Base of all SAXPath exceptions.
 

Classes in org.jaxen.saxpath used by org.jaxen.pattern
SAXPathException
          Base of all SAXPath exceptions.
XPathHandler
          Interface for event-based XPath parsing.
 

Classes in org.jaxen.saxpath used by org.jaxen.saxpath
SAXPathEventSource
          Interface for any object capable of generating SAXPath events to an XPathHandler.
SAXPathException
          Base of all SAXPath exceptions.
XPathHandler
          Interface for event-based XPath parsing.
 



Copyright © 2001-2007 Codehaus. All Rights Reserved.