com.uwyn.rife.template
Class XsltExtension
java.lang.Object
com.uwyn.rife.template.XsltExtension
- All Implemented Interfaces:
- ErrorListener
public class XsltExtension
- extends Object
- implements ErrorListener
|
Method Summary |
void |
block(org.apache.xalan.extensions.XSLProcessorContext context,
org.apache.xalan.templates.ElemExtensionCall element)
|
void |
blockvalue(org.apache.xalan.extensions.XSLProcessorContext context,
org.apache.xalan.templates.ElemExtensionCall element)
|
void |
error(TransformerException exception)
|
void |
fatalError(TransformerException exception)
|
void |
include(org.apache.xalan.extensions.XSLProcessorContext context,
org.apache.xalan.templates.ElemExtensionCall element)
|
void |
value(org.apache.xalan.extensions.XSLProcessorContext context,
org.apache.xalan.templates.ElemExtensionCall element)
|
void |
warning(TransformerException exception)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XsltExtension
public XsltExtension()
fatalError
public void fatalError(TransformerException exception)
throws TransformerException
- Specified by:
fatalError in interface ErrorListener
- Throws:
TransformerException
error
public void error(TransformerException exception)
throws TransformerException
- Specified by:
error in interface ErrorListener
- Throws:
TransformerException
warning
public void warning(TransformerException exception)
throws TransformerException
- Specified by:
warning in interface ErrorListener
- Throws:
TransformerException
value
public void value(org.apache.xalan.extensions.XSLProcessorContext context,
org.apache.xalan.templates.ElemExtensionCall element)
throws FactoryConfigurationError,
IOException,
ParserConfigurationException,
TransformerException
- Throws:
FactoryConfigurationError
IOException
ParserConfigurationException
TransformerException
block
public void block(org.apache.xalan.extensions.XSLProcessorContext context,
org.apache.xalan.templates.ElemExtensionCall element)
throws FactoryConfigurationError,
IOException,
ParserConfigurationException,
TransformerException
- Throws:
FactoryConfigurationError
IOException
ParserConfigurationException
TransformerException
blockvalue
public void blockvalue(org.apache.xalan.extensions.XSLProcessorContext context,
org.apache.xalan.templates.ElemExtensionCall element)
throws FactoryConfigurationError,
IOException,
ParserConfigurationException,
TransformerException
- Throws:
FactoryConfigurationError
IOException
ParserConfigurationException
TransformerException
include
public void include(org.apache.xalan.extensions.XSLProcessorContext context,
org.apache.xalan.templates.ElemExtensionCall element)
throws FactoryConfigurationError,
IOException,
ParserConfigurationException,
TransformerException
- Throws:
FactoryConfigurationError
IOException
ParserConfigurationException
TransformerException
Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.