| Interface | Description | 
|---|---|
| Parser | 
 A Parser operates on one or more LibraryObjects based on data read from
 an InputStream or Reader. 
 | 
| ParserCallback | 
 A ParserCallback allows an application to interact with a Parser. 
 | 
| TopLevelTagHandler | Deprecated
 iFS 9.0.3  - cannot delete casue CUP still uses 
 | 
| XmlParserInterface | 
 An XmlParserInterface is implemented by content-specific XML parsers that 
 want to use the iFS XML parser framework. 
 | 
| Class | Description | 
|---|---|
| AttributeDescription | 
 This class is used internally by the SimplexmlParserImpl class to 
 describe the attribute that is being set by the current XML Element 
 | 
| ClassSelectionParser | Deprecated
 iFS 9.0.3  - cannot delete cause CUP still uses 
 | 
| DefinitionHolder | 
 DefinitionHolder 
 | 
| IfsSimpleXmlParser | 
 The IfsSimpleXmlParser creates LibraryObjects by traversing the DOM tree. 
 | 
| IfsXmlParser | 
 An IfsXmlParser is an XML parser that acts as the entry point for all iFS
 XML parsing functionality. 
 | 
| LiteralDocumentParser | 
 A LiteralDocumentParser creates a literal document from an InputStream or
 Reader representing the content of an XML file. 
 | 
| ParserInputStream | 
 A ParserInputStream is an InputStream that supports buffering of input such
 that the buffer can be reset to the beginning, allowing bytes to be re-read. 
 | 
| ParserReader | 
 A ParserReader is a Reader that supports buffering of input such
 that the buffer can be reset to the beginning, allowing characters to be 
 re-read. 
 | 
| SimpleUserTagHandler | Deprecated
 iFS 9.0.3 - cannot delete cause CUP still uses 
 | 
| SimpleXmlParserImpl | 
 Performs most of the parsing. 
 | 
Copyright © 2025. All rights reserved.