| Class | Description | 
|---|---|
| SimpleCharStream | An implementation of interface CharStream, where the stream is assumed to
 contain only ASCII characters (without unicode processing). | 
| Token | Describes the input token stream. | 
| XPath | Bare minimum XPath parser. | 
| XPath.Axis | Axis. | 
| XPath.LocationPath | A location path representation for an XPath expression. | 
| XPath.NodeTest | Node test. | 
| XPath.Step | A location path step comprised of an axis and node test. | 
| XPath20 | Bare minimal XPath 2.0 implementation for schema type alternatives. | 
| XPath20Parser | Lexical analyzer and parser for test XPath expressions. | 
| XPath20ParserTokenManager | (Parser generated using JavaCC) | 
| Exception | Description | 
|---|---|
| XPathException | XPath exception. | 
Copyright © 1999-2022 The Apache Software Foundation. All Rights Reserved.