Example usage for javax.xml.transform ErrorListener interface-usage

List of usage examples for javax.xml.transform ErrorListener interface-usage

Introduction

In this page you can find the example usage for javax.xml.transform ErrorListener interface-usage.

Usage

From source file org.apache.cocoon.components.xslt.XSLTProcessorErrorListener.java

/**
 * A smart error listener for <code>javax.xml.tranform</code> that does its best to provide
 * useful error messages.
 *
 * @version $Id: XSLTProcessorErrorListener.java 587751 2007-10-24 02:41:36Z vgritsenko $
 */

From source file org.apache.cocoon.util.TraxErrorHandler.java

/**
 * This error handler simply logs all exception and, in case of a fatal error,
 * the exception is rethrown. Warnings and errors are not re-thrown.
 *
 * @version $Id: TraxErrorHandler.java 587751 2007-10-24 02:41:36Z vgritsenko $
 */

From source file net.sf.joost.trax.ConfigurationErrListener.java

/**
 * This class acts as a default ErrorListener for the
 * {@link TransformerFactoryImpl TransformerFactory}.
 */
public class ConfigurationErrListener implements ErrorListener {

From source file org.apache.ode.bpel.elang.xpath10.compiler.XslCompilationErrorListener.java

/**
 * Reports errors that occured during Xsl sheets processing. This implementation isn't
 * built to be thread safe in case multiple compilations occur parrallely, however
 * this shouldn't occur.
 */
public class XslCompilationErrorListener implements ErrorListener {

From source file com.swordlord.gozer.renderer.fop.FopTransformerErrorListener.java

/**
 * @author LordEidi
 *
 */
public class FopTransformerErrorListener implements ErrorListener {
    protected static final Log LOG = LogFactory.getLog(FopTransformerErrorListener.class);

From source file org.apache.ode.bpel.compiler.v1.xpath10.XslCompilationErrorListener.java

/**
 * Reports errors that occured during Xsl sheets processing. This implementation isn't
 * built to be thread safe in case multiple compilations occur parrallely, however
 * this shouldn't occur.
 */
public class XslCompilationErrorListener implements ErrorListener {

From source file org.apache.ode.bpel.compiler.v2.xpath10.XslCompilationErrorListener.java

/**
 * Reports errors that occured during Xsl sheets processing. This implementation isn't
 * built to be thread safe in case multiple compilations occur parrallely, however
 * this shouldn't occur.
 */
public class XslCompilationErrorListener implements ErrorListener {

From source file SimpleXMLTransform.java

class MyErrorListener implements ErrorListener {
    public void warning(TransformerException e) throws TransformerException {
        show("Warning", e);
        throw (e);
    }

From source file facturas.PDF.InputHandler.java

/**
 * Class for handling files input from command line either with XML and XSLT
 * files (and optionally xsl parameters) or FO File input alone
 */
public class InputHandler implements ErrorListener, Renderable {

From source file com.spoledge.audao.generator.GeneratorFlow.java

/**
 * This is actualy the worker.
 */
public class GeneratorFlow implements ErrorListener {

    private Generator generator;