Class | Description |
---|---|
IterableNodeList |
This class is used to convert the
NodeList into something
that can be iterated |
Messages |
Message bundle class
|
SimpleErrorHandler |
This class is used to handle parsing errors that occur when validating a xml file.
|
XMLErrorHandler |
A XML error handler that output the errors to the log
|
XMLParser |
This is a helper class that should be extend by classes that need to parse XML
|
Exception | Description |
---|---|
XMLParserException |
Thrown if their are problems parsing XML
|
XMLParserNotFoundException |
This is thrown if a attempt was made to get a XML node that does not exist.
|