public void setProperty (String name, Object object) throws SAXNotRecognizedException, SAXNotSupportedException

Set the value of a property.

The property name is any fully-qualified URI. It is possible for a SchemaFactory to recognize a property name but to be unable to change the current value.

All implementations that implement JAXP 1.5 or newer are required to support the javax.xml.XMLConstants.ACCESS_EXTERNAL_DTD and javax.xml.XMLConstants.ACCESS_EXTERNAL_SCHEMA properties.

Parameters:
name    The property name, which is a non-null fully-qualified URI.
object    The requested value for the property.

Exceptions:
SAXNotRecognizedException    If the property value can't be assigned or retrieved.
SAXNotSupportedException    When the SchemaFactory recognizes the property name but cannot set the requested value.
NullPointerException    If name is null.