Uses of Interface javax.xml.transform.ErrorListener

Uses in package org.apache.xalan.processor

Methods with parameter type javax.xml.transform.ErrorListener

void
Set an error listener for the TransformerFactory.

Methods with return type javax.xml.transform.ErrorListener

ErrorListener
Get the error listener in effect for the TransformerFactory.

Uses in package org.apache.xalan.xsltc.trax

Classes implementing javax.xml.transform.ErrorListener

class
Implementation of a JAXP1.1 TransformerFactory for Translets.
class

Methods with parameter type javax.xml.transform.ErrorListener

void
Set the error event listener for the TransformerFactory, which is used for the processing of transformation instructions, and not for the transformation itself.
void
void
javax.xml.transform.sax.TransformerFactory implementation.
void
Implements JAXP's Transformer.setErrorListener() Set the error event listener in effect for the transformation.

Methods with return type javax.xml.transform.ErrorListener

ErrorListener
Get the error event handler for the TransformerFactory.
ErrorListener
javax.xml.transform.sax.TransformerFactory implementation.
ErrorListener
Implements JAXP's Transformer.getErrorListener() Get the error event handler in effect for the transformation.

Uses in package org.apache.xalan.extensions

Methods with return type javax.xml.transform.ErrorListener

ErrorListener
Get the error listener.

Uses in package org.apache.xalan.templates

Constructors with parameter type javax.xml.transform.ErrorListener

Uses an XSL stylesheet document.
Creates a StylesheetRoot and retains a pointer to the schema used to create this StylesheetRoot.

Uses in package org.apache.xpath.compiler

Methods with parameter type javax.xml.transform.ErrorListener

void
Allow an application to register an error event handler, where syntax errors will be sent.

Methods with return type javax.xml.transform.ErrorListener

ErrorListener
Return the current error listener.

Constructors with parameter type javax.xml.transform.ErrorListener

Compiler.Compiler(ErrorListener errorHandler, SourceLocator locator)
Construct a Compiler object with a specific ErrorListener and SourceLocator where the expression is located.
XPathParser.XPathParser(ErrorListener errorListener, SourceLocator sourceLocator)
The parser constructor.

Uses in package org.apache.xalan.transformer

Methods with parameter type javax.xml.transform.ErrorListener

void
void
Set the error event listener in effect for the transformation.
void
Set the error event listener.

Methods with return type javax.xml.transform.ErrorListener

ErrorListener
Get the error event handler in effect for the transformation.
ErrorListener
Get the current error event handler.

Uses in package javax.xml.transform

Methods with parameter type javax.xml.transform.ErrorListener

void
Set the error event listener in effect for the transformation.
void
Set the error event listener for the TransformerFactory, which is used for the processing of transformation instructions, and not for the transformation itself.

Methods with return type javax.xml.transform.ErrorListener

ErrorListener
Get the error event handler in effect for the transformation.
ErrorListener
Get the error event handler for the TransformerFactory.

Uses in package org.apache.xml.utils

Classes implementing javax.xml.transform.ErrorListener

class
Implement SAX error handler for default reporting.
class
Sample implementation of similar SAX ErrorHandler and JAXP ErrorListener.

Uses in package org.apache.xpath

Methods with parameter type javax.xml.transform.ErrorListener

void
Set the ErrorListener where errors and warnings are to be reported.

Methods with return type javax.xml.transform.ErrorListener

ErrorListener
Get the ErrorListener where errors and warnings are to be reported.
ErrorListener
Get the error listener.

Constructors with parameter type javax.xml.transform.ErrorListener

XPath.XPath(String exprString, SourceLocator locator, PrefixResolver prefixResolver, int type, ErrorListener errorListener)
Construct an XPath object.

Copyright B) 2004 Apache XML Project. All Rights Reserved.