Package | Description |
---|---|
org.apache.xalan.lib |
Extension elements and functions shipped with Xalan-Java, including EXSLT functions.
|
org.apache.xalan.templates |
Implements the
Templates interface,
and defines a set of classes that represent an XSLT stylesheet. |
Modifier and Type | Method and Description |
---|---|
void |
Redirect.close(XSLProcessorContext context,
ElemExtensionCall elem)
Close the given file and remove it from the formatter listener's table.
|
void |
Redirect.open(XSLProcessorContext context,
ElemExtensionCall elem)
Open the given file and put it in the XML, HTML, or Text formatter listener's table.
|
void |
PipeDocument.pipeDocument(XSLProcessorContext context,
ElemExtensionCall elem)
Extension element for piping an XML document through a series of 1 or more transformations.
|
void |
Redirect.write(XSLProcessorContext context,
ElemExtensionCall elem)
Write the evalutation of the element children to the given file.
|
Modifier and Type | Method and Description |
---|---|
boolean |
XSLTVisitor.visitExtensionElement(ElemExtensionCall elem)
Visit an extension element.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.