public class ValidateProperty
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ValidateProperty.EntityResolverPropertyId
A PropertyId whose value is constrained to be an instance of
EntityResolver.
|
static class |
ValidateProperty.ErrorHandlerPropertyId
A PropertyId whose value is constrained to be an instance of
ErrorHandler.
|
static class |
ValidateProperty.XMLReaderCreatorPropertyId
A PropertyId whose value is constrained to be an instance of
XMLReaderCreator.
|
Modifier and Type | Field and Description |
---|---|
static ValidateProperty.EntityResolverPropertyId |
ENTITY_RESOLVER
Property specifying EntityResolver to be used for resolving entities.
|
static ValidateProperty.ErrorHandlerPropertyId |
ERROR_HANDLER
Property specifying ErrorHandler to be used for reporting errors.
|
static ValidateProperty.XMLReaderCreatorPropertyId |
XML_READER_CREATOR
Property specifying XMLReaderCreator used to create XMLReader objects needed for
parsing XML documents.
|
public static final ValidateProperty.ErrorHandlerPropertyId ERROR_HANDLER
ErrorHandler
public static final ValidateProperty.EntityResolverPropertyId ENTITY_RESOLVER
EntityResolver
public static final ValidateProperty.XMLReaderCreatorPropertyId XML_READER_CREATOR