Uses of Class
org.apache.xalan.templates.ElemExtensionCall
-
Packages that use ElemExtensionCall Package Description org.apache.xalan.lib Extension elements and functions shipped with Xalan-Java, including EXSLT functions.org.apache.xalan.templates Implements theTemplatesinterface, and defines a set of classes that represent an XSLT stylesheet. -
-
Uses of ElemExtensionCall in org.apache.xalan.lib
Methods in org.apache.xalan.lib with parameters of type ElemExtensionCall Modifier and Type Method Description voidRedirect. close(XSLProcessorContext context, ElemExtensionCall elem)Close the given file and remove it from the formatter listener's table.voidRedirect. open(XSLProcessorContext context, ElemExtensionCall elem)Open the given file and put it in the XML, HTML, or Text formatter listener's table.voidPipeDocument. pipeDocument(XSLProcessorContext context, ElemExtensionCall elem)Extension element for piping an XML document through a series of 1 or more transformations.voidRedirect. write(XSLProcessorContext context, ElemExtensionCall elem)Write the evalutation of the element children to the given file. -
Uses of ElemExtensionCall in org.apache.xalan.templates
Methods in org.apache.xalan.templates with parameters of type ElemExtensionCall Modifier and Type Method Description booleanXSLTVisitor. visitExtensionElement(ElemExtensionCall elem)Visit an extension element.
-