Java javax.xml.validation ValidatorHandler fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.validation ValidatorHandler fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.validation ValidatorHandler.

The text is from its open source code.

Method

TypeInfoProvidergetTypeInfoProvider()
Obtains the TypeInfoProvider implementation of this ValidatorHandler .
voidsetContentHandler(ContentHandler receiver)
Sets the ContentHandler which receives the augmented validation result.
voidsetDocumentLocator(Locator locator)
Receive an object for locating the origin of SAX document events.
voidsetErrorHandler(ErrorHandler errorHandler)
Sets the ErrorHandler to receive errors encountered during the validation.
voidsetFeature(String name, boolean value)

Set a feature for this ValidatorHandler.

Feature can be used to control the way a ValidatorHandler parses schemas.

voidsetResourceResolver(LSResourceResolver resourceResolver)
Sets the LSResourceResolver to customize resource resolution while in a validation episode.
voidstartDocument()
Receive notification of the beginning of a document.
voidstartPrefixMapping(String prefix, String uri)
Begin the scope of a prefix-URI Namespace mapping.