| Constructor and Description |
|---|
XSLTStylesheet(InputStream xsltFile) |
public XSLTStylesheet(InputStream xsltFile)
public void applyTo(Document document, Writer output) throws XSLTStylesheetException
document - where apply the transformationoutput - the Writer where write onXSLTStylesheetExceptionpublic void applyTo(Document document, Writer output, Map<String,String> parameters) throws XSLTStylesheetException
document - where apply the transformationoutput - the Writer where write onparameters - the parameters to be passed to Transformer.
Pass an empty Map if no parameters are foreseen.XSLTStylesheetExceptionCopyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.