|
Class Summary |
| LoggingErrorHandler |
Writes the warnings about lack of XML validity/well-formedness to a file. |
| Validator |
Application and general mechanism for reading one or more files
and parsing them using a validating XML parser to check
for well-formedness of each document. |
| WarningErrorHandler |
Error handler that simply prints the message and
returns, thus making the error non-fatal and allowing the parser
to continue. |
Tools to validate an XML document using a non-terminating error
handler so that all errors are displayed for the document
rather than a single one and exit.