|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents a (compiled) XSLT stylesheet. Transforms an XML tree
Method Summary | |
SaxFilterMaker |
getSaxExtensionFilter()
gets the xrap (extension) processor for use during processing |
LoadContext |
getSourceLoadContext()
|
Result |
process(Node node,
XMLProcessor parser,
ParameterSet params,
Result result)
transform the document rooted at node against this stylesheet |
void |
setSaxExtensionFilter(SaxFilterMaker xrap)
sets the experimental xrap processor for use during processing by the ProcessContext |
Method Detail |
public Result process(Node node, XMLProcessor parser, ParameterSet params, Result result) throws XSLException
node
against this stylesheet
node
- the source documentparser
- a loader we can (re-)useparams
- the XSLT run-time parametersresult
- the destination for thetransformation results
XSLException
public void setSaxExtensionFilter(SaxFilterMaker xrap)
public SaxFilterMaker getSaxExtensionFilter()
public LoadContext getSourceLoadContext()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |