Package com.japisoft.xpath

Interface Summary
Navigator Interface for navigating through an XML document.
XPathKit This kit is passed to the XPathContext for finding specific Function library, a Navigator for navigating into an XML tree and a set of method for XPath resolution.
XPathResolver Interface for resolving XPath expression.
 

Class Summary
AbstractKit Basic kit.
DebugXPathResolver Text resolver for showing parsing events
FastVector Non synchronized Vector class
NodeSet XPath NodeSet.
TreeXPathResolver Resolver for building a tree
XPath Here the main class for Parsing and Resolving an XPath expression.
XPathContext XPath context for the resolution
XPathParser Encapsulates yacc() parser functionality in a Java class for quick code development
XPathParserVal BYACC/J Semantic Value for parser: XPathParser This class provides some of the functionality of the yacc/C 'union' directive
 

Exception Summary
XPathException Exception when parsing an XPath expression