| Class | Description |
|---|---|
| Materializer<R> |
A Materializer provides a function to build an object
during the SAX parsing of an XML InputSource using a specialized TagHandler.
|
| Exception | Description |
|---|---|
| TagException |
A TagException is raised by TagHandler
and captures the state of the invoking TagHandler
(e.g.: current path and stacks).
|
| TagHandlerException |
A TagHandlerException is raised by TagHandler
and captures a message.
|
| TagParseException |
A TagParseException is raised by TagHandler
and captures one of: ParserConfigurationException, SAXException, IOException.
|
| TagValidationException |
A TagValidationException is raised by TagHandler
and captures a ValidationException.
|
Copyright © 2021. All rights reserved.