Uses of Interface javax.xml.transform.ErrorListener

Uses in package gnu.xml.transform

Methods with parameter type javax.xml.transform.ErrorListener

void

Methods with return type javax.xml.transform.ErrorListener

ErrorListener

Uses in package gnu.xml.util

Methods with parameter type javax.xml.transform.ErrorListener

void
Assigns a value that would be used when parsing stylesheets

Methods with return type javax.xml.transform.ErrorListener

ErrorListener
Returns the value assigned by setErrorListener(ErrorListener).

Uses in package gnu.xml.libxmlj.transform

Methods with parameter type javax.xml.transform.ErrorListener

void
Sets the callback used to report errors during the transformation.
void

Methods with return type javax.xml.transform.ErrorListener

ErrorListener
Returns the callback used to report errors during the transformation.
ErrorListener

Uses in package javax.xml.transform

Methods with parameter type javax.xml.transform.ErrorListener

void
Sets the callback used to report errors during the transformation.
void
Sets the callback to be used by transformers obtained from this factory to report transformation errors.

Methods with return type javax.xml.transform.ErrorListener

ErrorListener
Returns the callback used to report errors during the transformation.
ErrorListener
Returns the callback to be used by transformers obtained from this factory to report transformation errors.