Uses of Class
org.apache.xalan.xslt.XSLProcessorContext

Packages that use XSLProcessorContext
org.apache.xalan.xslt.extensions   
 

Uses of XSLProcessorContext in org.apache.xalan.xslt.extensions
 

Methods in org.apache.xalan.xslt.extensions with parameters of type XSLProcessorContext
static void RowSetLocator.protocol(XSLProcessorContext context, ElemExtensionCall protocolElem)
          A list of arbitrary string tag/value pairs as connection arguments; normally at least a "user" and "password" property should be included.
 void Redirect.open(XSLProcessorContext context, org.w3c.dom.Element elem)
          Open the given file and put it in the XML, HTML, or Text formatter listener's table.
 void Redirect.write(XSLProcessorContext context, org.w3c.dom.Element elem)
          Write the evalutation of the element children to the given file.
 void Redirect.close(XSLProcessorContext context, org.w3c.dom.Element elem)
          Close the given file and remove it from the formatter listener's table.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.