Property key for a URL (java.lang.String or
java.net.URL) to be used with relative file URLs in
<include schemaLocation="..."> element/attributes
processed by a SchemaFactory.
Property key for a URL (java.lang.String or
java.net.URL) to be used with relative file URLs in
<include schemaLocation="..."> element/attributes
processed by a SchemaFactory. Besides a java.net.URL, any class with a
toString method that returns a valid URL-formated String may be used as
the value for this property.
Create a new instance of the factory. This static method creates a new
factory instance.
Once an application has obtained a reference to an EDIOutputFactory it
can use the factory to configure and obtain stream instances.
Allows the user to set specific feature/property on the underlying
implementation. The underlying implementation is not required to support
every setting of every property in the specification and may use
IllegalArgumentException to signal that an unsupported property may not
be set with the specified value.
Parameters:
name - - The name of the property (may not be null)
value - - The value of the property
Throws:
java.lang.IllegalArgumentException - if the property is not supported