public interface URIValidator
Modifier and Type | Method and Description |
---|---|
boolean |
getValidateURI()
Gets whether to do URI validation for this object.
|
void |
setValidateURI(boolean validate)
Sets whether to do URI validation for this object.
|
void setValidateURI(boolean validate) throws JAXRException
validate
- true
implies Jakarta XML Registries provider must perform validation
of URIs when they are set; false
implies validation is turned offJAXRException
- If the Jakarta XML Registries provider encounters an internal errorboolean getValidateURI() throws JAXRException
true
implies Jakarta XML Registries provider must perform validation
of URIs when they are set; false
implies validation is turned offJAXRException
- If the Jakarta XML Registries provider encounters an internal error