|
Java™ Platform Standard Ed. 6 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ErrorListener | |
---|---|
javax.xml.transform | This package defines the generic APIs for processing transformation instructions, and performing a transformation from source to result. |
Uses of ErrorListener in javax.xml.transform |
---|
Methods in javax.xml.transform that return ErrorListener | |
---|---|
abstract ErrorListener |
TransformerFactory.getErrorListener()
Get the error event handler for the TransformerFactory. |
abstract ErrorListener |
Transformer.getErrorListener()
Get the error event handler in effect for the transformation. |
Methods in javax.xml.transform with parameters of type ErrorListener | |
---|---|
abstract void |
TransformerFactory.setErrorListener(ErrorListener listener)
Set the error event listener for the TransformerFactory, which is used for the processing of transformation instructions, and not for the transformation itself. |
abstract void |
Transformer.setErrorListener(ErrorListener listener)
Set the error event listener in effect for the transformation. |
|
Java™ Platform Standard Ed. 6 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1993, 2015, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.