{@link javax.xml.transform.Transformer} can use this method to reportconditions that are not errors or fatal errors. The default behaviour is to take no action.
After invoking this method, the Transformer must continue with the transformation. It should still be possible for the application to process the document through to the end.
@param exception The warning information encapsulated in atransformer exception. @throws javax.xml.transform.TransformerException if the applicationchooses to discontinue the transformation. @see javax.xml.transform.TransformerException
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|