|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is a facade for all Transformation related operations. Transformation service abstracts the XSL Transform manipulation, maintenance, caching and transformation resolution algorithms.
Method Summary | |
TransformObjectPublisher |
getPublisher()
Performs a transform on an input stream, writing the transformed content to a Writer |
void |
transform(String xsltPath,
Document document,
OutputStream os,
Map parameters)
|
void |
transform(String xsltPath,
InputSource inputSource,
OutputStream os,
Map properties)
Performs a transform on an input stream, writing the transformed content to a Writer |
void |
transform(String xsltPath,
InputSource inputSource,
Writer writer,
Map properties)
Performs a transform on an input stream, writing the transformed content to a Writer |
Method Detail |
public void transform(String xsltPath, InputSource inputSource, Writer writer, Map properties) throws TransformException
xsltPath
- The path to a local XSLT fileinputSource
- The input stream and description containing content to be transformed.writer
- The output stream receiving the transformed content.properties
- Map of XSLT properties passed into transformer
TransformException
public void transform(String xsltPath, InputSource inputSource, OutputStream os, Map properties) throws TransformException
xsltPath
- The path to a local XSLT fileinputSource
- The input stream and description containing content to be transformed.properties
- Map of XSLT properties passed into transformer
TransformException
public TransformObjectPublisher getPublisher()
public void transform(String xsltPath, Document document, OutputStream os, Map parameters) throws TransformException
TransformException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |