| Class | Description | 
|---|---|
| ASCIIReader | 
 A simple ASCII byte reader. 
 | 
| EncodingMap | 
 EncodingMap is a convenience class which handles conversions between
 IANA encoding names and Java encoding names, and vice versa. 
 | 
| ParserUtils | 
 XML parsing utilities for processing web application deployment
 descriptor and tag library descriptor files. 
 | 
| SymbolTable | 
 This class is a symbol table implementation that guarantees that
 strings used as identifiers are unique references. 
 | 
| SymbolTable.Entry | 
 This class is a symbol table entry. 
 | 
| TreeNode | 
 Simplified implementation of a Node from a Document Object Model (DOM)
 parse of an XML document. 
 | 
| UCSReader | 
 Reader for UCS-2 and UCS-4 encodings. 
 | 
| UTF8Reader | |
| XMLChar | 
 This class defines the basic XML character properties. 
 | 
| XMLEncodingDetector | |
| XMLString | 
 This class is used as a structure to pass text contained in the underlying
 character buffer of the scanner. 
 | 
| XMLStringBuffer | 
 XMLString is a structure used to pass character arrays. 
 | 
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.