Uses of Interface
com.helger.xml.transform.ITransformErrorListener
-
Packages that use ITransformErrorListener Package Description com.helger.xml.transform -
-
Uses of ITransformErrorListener in com.helger.xml.transform
Classes in com.helger.xml.transform that implement ITransformErrorListener Modifier and Type Class Description classAbstractTransformErrorListenerAbstract implementation of a transformationErrorListener.classCollectingTransformErrorListenerThis implementation ofErrorListenersaves all occurred warnings/errors/fatals in a list for later evaluation.classDoNothingTransformErrorListenerErrorListenerthat does nothing.classLoggingTransformErrorListenerErrorListenerthat simply logs data to a logger.classWrappedCollectingTransformErrorListenerThis implementation ofErrorListenersaves all occurred warnings/errors/fatals in a list for later evaluation.Methods in com.helger.xml.transform that return ITransformErrorListener Modifier and Type Method Description default ITransformErrorListenerITransformErrorListener. andThen(ErrorListener aOther)
-