Return a new
ValidationHandler instance that can be used to send
SAX events to for proper validation.
The specified
ErrorHandler will be notified of all warnings or
errors encountered validating the SAX events sent to the returned
ValidationHandler .
Parameters: errorHandler - an ErrorHandler to notify of validation errors. a non-null ValidationHandler instance. throws: SAXException - if an error occurred creating the validation handler. |