Package com.smallx.xml.xpath

Interface Summary
DocumentExpression This interface represents a compiled XPath expression that will operate upon an info item from a whole document tree.
EventExpression This interface repesents an XPath that has been compiled use with event infosets.
EventState This interface represents an in-progress state for an event-oriented XPath.
StaticContext This interface represents the information necessary to compile an XPath expression.
XPathCompiler  
XPathFactory  
 

Class Summary
ElementStaticContext  
 

Exception Summary
XPathDynamicIterationError This exception is thrown from the next() method of a java.util.Iteration instance returned as a result of evaluating some XPath expression.
XPathException