com.jclark.xsl.tr
Interface Sheet
- public interface Sheet
Represents a (compiled) XSLT stylesheet. Transforms an XML tree
process
public Result process(Node node,
XMLProcessor parser,
ParameterSet params,
Result result)
throws XSLException
- transform the document rooted at
node
against this stylesheet
- Parameters:
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
getSaxExtensionFilter
public SaxFilterMaker getSaxExtensionFilter()
- gets the xrap (extension) processor for use during processing
getSourceLoadContext
public LoadContext getSourceLoadContext()