Example usage for Java javax.xml.validation ValidatorHandler fields, constructors, methods, implement or subclass
The text is from its open source code.
TypeInfoProvider | getTypeInfoProvider() Obtains the TypeInfoProvider implementation of this ValidatorHandler . |
void | setContentHandler(ContentHandler receiver) Sets the ContentHandler which receives the augmented validation result. |
void | setDocumentLocator(Locator locator) Receive an object for locating the origin of SAX document events. |
void | setErrorHandler(ErrorHandler errorHandler) Sets the ErrorHandler to receive errors encountered during the validation. |
void | setFeature(String name, boolean value) Set a feature for this Feature can be used to control the way a ValidatorHandler parses schemas. |
void | setResourceResolver(LSResourceResolver resourceResolver) Sets the LSResourceResolver to customize resource resolution while in a validation episode. |
void | startDocument() Receive notification of the beginning of a document. |
void | startPrefixMapping(String prefix, String uri) Begin the scope of a prefix-URI Namespace mapping. |