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

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

Introduction

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

The text is from its open source code.

Implementation

javax.xml.validation.Validator has the following implementations.
Click this link to see all its implementation.

Method

ClassgetClass()
Returns the runtime class of this Object .
ErrorHandlergetErrorHandler()
Gets the current ErrorHandler set to this Validator .
LSResourceResolvergetResourceResolver()
Gets the current LSResourceResolver set to this Validator .
voidreset()
Reset this Validator to its original configuration.
voidsetErrorHandler(ErrorHandler errorHandler)
Sets the ErrorHandler to receive errors encountered during the validate method invocation.
voidsetFeature(String name, boolean value)
Set the value of a feature flag.
voidsetProperty(String name, Object object)
Set the value of a property.
voidsetResourceResolver(LSResourceResolver resourceResolver)
Sets the LSResourceResolver to customize resource resolution while in a validation episode.
voidvalidate(Source source)
Validates the specified input.
voidvalidate(Source source, Result result)
Validates the specified input and send the augmented validation result to the specified output.