com.jclark.xsl.tr
Interface Sheet
- SheetDetails
- SheetImpl
Represents a (compiled) XSLT stylesheet. Transforms an XML tree
getSaxExtensionFilter
public SaxFilterMaker getSaxExtensionFilter()
gets the xrap (extension) processor for use during processing
getSourceLoadContext
public LoadContext getSourceLoadContext()
process
public Result process(Node node,
XMLProcessor parser,
ParameterSet params,
Result result)
throws XSLException
transform the document rooted at
node
against this stylesheet
node
- the source documentparser
- a loader we can (re-)useparams
- the XSLT run-time parametersresult
- the destination for thetransformation results
setSaxExtensionFilter
public void setSaxExtensionFilter(SaxFilterMaker xrap)
sets the experimental xrap processor for use during processing by
the ProcessContext