Changed Methods |
Object getAttribute(String )
|
Change in exceptions thrown from java.lang.IllegalArgumentException to no exceptions.
|
Allows the user to retrieve specific attributes on the underlying
implementation. |
void setAttribute(String, Object)
|
Change in exceptions thrown from java.lang.IllegalArgumentException to no exceptions.
|
Allows the user to set specific attributes on the underlying
implementation. |
void setErrorListener(ErrorListener )
|
Change in exceptions thrown from java.lang.IllegalArgumentException to no exceptions.
|
Set the error event listener for the TransformerFactory, which
is used for the processing of transformation instructions,
and not for the transformation itself. |