- name
- The property name, which is a non-null fully-qualified URI.
- object
- The requested value for the property.
Type Reason Org.Xml.Sax.SAXNotRecognizedException If the property value can't be assigned or retrieved. Org.Xml.Sax.SAXNotSupportedException When the Javax.Xml.Validation.Validator recognizes the property name but cannot set the requested value. Java.Lang.NullPointerException When the name parameter is null.
Set the value of a property.
The property name is any fully-qualified URI. It is possible for a Javax.Xml.Validation.Validator to recognize a property name but to be unable to change the current value. Some property values may be immutable or mutable only in specific contexts, such as before, during, or after a validation.
Javax.Xml.Validation.Validators are not required to recognize setting any specific property names.