Package com.thaiopensource.validate
Class ValidateProperty
java.lang.Object
com.thaiopensource.validate.ValidateProperty
Provides common properties to control reading schemas and validation.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic PropertyId
<EntityResolver> Property specifying EntityResolver to be used for resolving entities.static final PropertyId
<ErrorHandler> Property specifying ErrorHandler to be used for reporting errors.static final PropertyId
<com.thaiopensource.resolver.Resolver> Property specifying Resolver to be used.static final PropertyId
<URIResolver> Property specifying URIResolver to be used for resolving URIs.static final PropertyId
<XMLReaderCreator> Property specifying XMLReaderCreator used to create XMLReader objects needed for parsing XML documents. -
Method Summary
-
Field Details
-
ERROR_HANDLER
Property specifying ErrorHandler to be used for reporting errors. The value to which this PropertyId maps must be an instance of ErrorHandler.- See Also:
-
ENTITY_RESOLVER
Property specifying EntityResolver to be used for resolving entities. The value to which this PropertyId maps must be an instance of EntityResolver.- See Also:
-
URI_RESOLVER
Property specifying URIResolver to be used for resolving URIs. The value to which this PropertyId maps must be an instance of URIResolver.- See Also:
-
RESOLVER
Property specifying Resolver to be used. The value to which this PropertyId maps must be an instance of Resolver.- See Also:
-
XML_READER_CREATOR
Property specifying XMLReaderCreator used to create XMLReader objects needed for parsing XML documents. The value to which this PropertyId maps must be an instance of XMLReaderCreator.
-