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 com.mawujun.util.xml.SimpleTransformErrorListener.java

/**
 * Simple <code>javax.xml.transform.ErrorListener</code> implementation:
 * logs warnings using the given Commons Logging logger instance,
 * and rethrows errors to discontinue the XML transformation.
 *
 * @author Juergen Hoeller

From source file com.xiongyingqi.util.xml.SimpleTransformErrorListener.java

/**
 * Simple {@code javax.xml.transform.ErrorListener} implementation:
 * logs warnings using the given Commons Logging logger instance,
 * and rethrows errors to discontinue the XML transformation.
 *
 * @author Juergen Hoeller

From source file org.springframework.util.xml.SimpleTransformErrorListener.java

/**
 * Simple {@code javax.xml.transform.ErrorListener} implementation:
 * logs warnings using the given Commons Logging logger instance,
 * and rethrows errors to discontinue the XML transformation.
 *
 * @author Juergen Hoeller

From source file com.opensource.orm.sharding.utils.xml.SimpleTransformErrorListener.java

/**
 * Simple <code>javax.xml.transform.ErrorListener</code> implementation:
 * logs warnings using the given Commons Logging logger instance,
 * and rethrows errors to discontinue the XML transformation.
 *
 * @author Juergen Hoeller

From source file com.dianping.resource.io.util.xml.SimpleTransformErrorListener.java

/**
 * Simple {@code javax.xml.transform.ErrorListener} implementation:
 * logs warnings using the given Commons Logging logger instance,
 * and rethrows errors to discontinue the XML transformation.
 *
 * @author Juergen Hoeller

From source file com.opensource.frameworks.processframework.utils.xml.SimpleTransformErrorListener.java

/**
 * Simple <code>javax.xml.transform.ErrorListener</code> implementation:
 * logs warnings using the given Commons Logging logger instance,
 * and rethrows errors to discontinue the XML transformation.
 *
 * @author Juergen Hoeller

From source file org.apache.ode.utils.trax.LogErrorListener.java

public class LogErrorListener implements ErrorListener {

    private Log _log;

    public LogErrorListener(Log log) {
        _log = log;

From source file eionet.gdem.conversion.converters.TransformerErrorListener.java

/**
 * ErrorListener for XSLT Transformer
 *
 * @author Enriko Ksper, TietoEnator Estonia AS TransformerErrorListener
 */
public class TransformerErrorListener implements javax.xml.transform.ErrorListener {

From source file org.apache.fop.util.DefaultErrorListener.java

/**
 * Standard ErrorListener implementation for in-FOP use. Some Xalan-J versions don't properly
 * re-throw exceptions.
 */
public class DefaultErrorListener implements ErrorListener {

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

/**
 * This class acts as a default ErrorListener for the
 * {@link TransformerImpl TransformerImpl}.
 */
public class TransformationErrListener implements ErrorListener {