Package | Description |
---|---|
javax.xml.transform | |
org.apache.xalan.extensions |
Implementation of Xalan Extension Mechanism.
|
org.apache.xalan.processor |
Parses an XSLT stylesheet document (which may include and import other stylesheet documents) and produces a StylesheetRoot
(a TRaX Templates object).
|
org.apache.xalan.templates |
Implements the
Templates interface,
and defines a set of classes that represent an XSLT stylesheet. |
org.apache.xalan.transformer |
In charge of run-time transformations and the production of result trees.
|
org.apache.xalan.xsltc.trax | |
org.apache.xml.utils |
Implementation of Xalan utility classes.
|
org.apache.xpath |
Implementation of XPath; for the most part, only classes meant for public use are
found at this root level of the XPath packages.
|
org.apache.xpath.compiler |
Implements an XPath parser which produces an OpMap, and a so-called Compiler
which produces an expression tree for fast evaluation.
|
Modifier and Type | Method and Description |
---|---|
abstract ErrorListener |
TransformerFactory.getErrorListener()
Get the error event handler for the TransformerFactory.
|
abstract ErrorListener |
Transformer.getErrorListener()
Get the error event handler in effect for the transformation.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
TransformerFactory.setErrorListener(ErrorListener listener)
Set the error event listener for the TransformerFactory, which
is used for the processing of transformation instructions,
and not for the transformation itself.
|
abstract void |
Transformer.setErrorListener(ErrorListener listener)
Set the error event listener in effect for the transformation.
|
Modifier and Type | Method and Description |
---|---|
ErrorListener |
ExpressionContext.getErrorListener()
Get the error listener.
|
Modifier and Type | Method and Description |
---|---|
ErrorListener |
TransformerFactoryImpl.getErrorListener()
Get the error listener in effect for the TransformerFactory.
|
Modifier and Type | Method and Description |
---|---|
void |
TransformerFactoryImpl.setErrorListener(ErrorListener listener)
Set an error listener for the TransformerFactory.
|
Constructor and Description |
---|
StylesheetRoot(ErrorListener errorListener)
Uses an XSL stylesheet document.
|
StylesheetRoot(XSLTSchema schema,
ErrorListener listener)
Creates a StylesheetRoot and retains a pointer to the schema used to create this
StylesheetRoot.
|
Modifier and Type | Method and Description |
---|---|
ErrorListener |
TransformerImpl.getErrorListener()
Get the current error event handler.
|
ErrorListener |
TransformerIdentityImpl.getErrorListener()
Get the error event handler in effect for the transformation.
|
Modifier and Type | Method and Description |
---|---|
void |
TransformerImpl.setErrorListener(ErrorListener listener)
Set the error event listener.
|
void |
TransformerIdentityImpl.setErrorListener(ErrorListener listener)
Set the error event listener in effect for the transformation.
|
void |
TrAXFilter.setErrorListener(ErrorListener handler) |
Modifier and Type | Class and Description |
---|---|
class |
TransformerFactoryImpl
Implementation of a JAXP1.1 TransformerFactory for Translets.
|
class |
TransformerImpl |
Modifier and Type | Method and Description |
---|---|
ErrorListener |
TransformerImpl.getErrorListener()
Implements JAXP's Transformer.getErrorListener()
Get the error event handler in effect for the transformation.
|
ErrorListener |
TransformerFactoryImpl.getErrorListener()
javax.xml.transform.sax.TransformerFactory implementation.
|
ErrorListener |
SmartTransformerFactoryImpl.getErrorListener() |
Modifier and Type | Method and Description |
---|---|
void |
TrAXFilter.setErrorListener(ErrorListener handler) |
void |
TransformerImpl.setErrorListener(ErrorListener listener)
Implements JAXP's Transformer.setErrorListener()
Set the error event listener in effect for the transformation.
|
void |
TransformerFactoryImpl.setErrorListener(ErrorListener listener)
javax.xml.transform.sax.TransformerFactory implementation.
|
void |
SmartTransformerFactoryImpl.setErrorListener(ErrorListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultErrorHandler
Implement SAX error handler for default reporting.
|
class |
ListingErrorHandler
Sample implementation of similar SAX ErrorHandler and JAXP ErrorListener.
|
Modifier and Type | Method and Description |
---|---|
ErrorListener |
XPathContext.getErrorListener()
Get the ErrorListener where errors and warnings are to be reported.
|
ErrorListener |
XPathContext.XPathExpressionContext.getErrorListener()
Get the error listener.
|
Modifier and Type | Method and Description |
---|---|
void |
XPathContext.setErrorListener(ErrorListener listener)
Set the ErrorListener where errors and warnings are to be reported.
|
Constructor and Description |
---|
XPath(java.lang.String exprString,
SourceLocator locator,
PrefixResolver prefixResolver,
int type,
ErrorListener errorListener)
Construct an XPath object.
|
XPath(java.lang.String exprString,
SourceLocator locator,
PrefixResolver prefixResolver,
int type,
ErrorListener errorListener,
FunctionTable aTable)
Construct an XPath object.
|
Modifier and Type | Method and Description |
---|---|
ErrorListener |
XPathParser.getErrorListener()
Return the current error listener.
|
Modifier and Type | Method and Description |
---|---|
void |
XPathParser.setErrorHandler(ErrorListener handler)
Allow an application to register an error event handler, where syntax
errors will be sent.
|
Constructor and Description |
---|
Compiler(ErrorListener errorHandler,
SourceLocator locator,
FunctionTable fTable)
Construct a Compiler object with a specific ErrorListener and
SourceLocator where the expression is located.
|
XPathParser(ErrorListener errorListener,
SourceLocator sourceLocator)
The parser constructor.
|
Copyright © 2014 Apache XML Project. All Rights Reserved.