|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Transform
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(java.lang.String xsltPath,
org.w3c.dom.Document document,
java.io.OutputStream os,
java.util.Map parameters)
|
void |
transform(java.lang.String xsltPath,
org.xml.sax.InputSource inputSource,
java.io.OutputStream os,
java.util.Map properties)
Performs a transform on an input stream, writing the transformed content to a Writer |
void |
transform(java.lang.String xsltPath,
org.xml.sax.InputSource inputSource,
java.io.Writer writer,
java.util.Map properties)
Performs a transform on an input stream, writing the transformed content to a Writer |
Method Detail |
---|
void transform(java.lang.String xsltPath, org.xml.sax.InputSource inputSource, java.io.Writer writer, java.util.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
void transform(java.lang.String xsltPath, org.xml.sax.InputSource inputSource, java.io.OutputStream os, java.util.Map properties) throws TransformException
xsltPath
- The path to a local XSLT fileinputSource
- The input stream and description containing content to be transformed.outputStream
- The output stream receiving the transformed content.properties
- Map of XSLT properties passed into transformer
TransformException
TransformObjectPublisher getPublisher()
xsltPath
- The path to a local XSLT filedocument
- The W3C document to be transformed.outputStream
- The output stream receiving the transformed content.properties
- Map of XSLT properties passed into transformervoid transform(java.lang.String xsltPath, org.w3c.dom.Document document, java.io.OutputStream os, java.util.Map parameters) throws TransformException
TransformException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |