See: Description
| Class | Description |
|---|---|
| AttrList |
This class models tag attributes which just consist of key-value pairs.
|
| ParseTracker |
This class encapsulates the state variables that are used during parsing of an XML document.
|
| TagWriter<C extends ApplicationContext> |
This class is a writer for tag-oriented output such as XML or HTML.
|
| XmlDataCollector<C extends ApplicationContext> |
This is the base class for collecting data as result from XML parsing
|
| XmlDataParser<C extends ApplicationContext> |
This is a template how to do XML parsing
|
| XmlFileTrackInfo |
This class extends
FileTrackInfo by managing a tag-path |
| XmlParam |
This class stores parameters read from an XML file
|
| XmlTagHandler<C extends XmlDataCollector<?>> |
This is the base class for XML parsing handlers.
|
| XmlTagWriter<C extends ApplicationContext> |
This class adds XML specific functionality to the TagWriter class
|
| Exception | Description |
|---|---|
| ZSAXParseException |
This is a wrapper exception which creates an informative message about where the parsing
error happened, something the original SAXParseException doesn't do!
|
Copyright © 2014 EsprIT-Systems. All Rights Reserved.