|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides access to the results of applying an XSL Transform (aka Stylesheet)
to an XMLSource. Use XMLSourceFactory.newXSLTransform(...)
for creating new instances.
Supported API: true
Extendable: false
XMLSourceFactory.newXSLTransform(wt.util.xml.xslt.XMLSource, wt.util.xml.xslt.Stylesheet, java.util.Hashtable)
,
Stylesheet
Method Summary | |
Hashtable |
getInputParameters()
The parameters to pass into the stylesheet during the transform. |
Stylesheet |
getStyleSheet()
The stylesheet used by the transform. |
XMLSource |
getXMLSource()
The XMLSource used as input to the transform (Warning: modifying the XML source and modifying it [for example reading from an input stream] will likely result in errors in the transformation). |
void |
outputToStream(OutputStream out)
Write the results of the transformation to the specified OutputStream. |
void |
outputToWriter(Writer out)
Write the results of the transformation to the specified Writer. |
void |
setInputParameters(Hashtable inputParameters)
Reset the input parameters to the specified set. |
void |
setXMLSource(XMLSource xmlSource)
Resets the XMLSource to that specified. |
Methods inherited from interface wt.util.xml.xslt.DOMXMLSource |
getNode |
Methods inherited from interface wt.util.xml.xslt.XMLSource |
getBaseURI |
Methods inherited from interface wt.util.xml.xslt.SAXXMLSource |
produceEvents |
Methods inherited from interface wt.util.xml.xslt.StreamXMLSource |
getInputStream |
Methods inherited from interface wt.util.xml.xslt.ReaderXMLSource |
getReader |
Methods inherited from interface wt.util.xml.xslt.SAX2XMLSource |
produceEvents |
Method Detail |
public Stylesheet getStyleSheet()
public XMLSource getXMLSource()
public void outputToStream(OutputStream out) throws SAXException, IOException
outputToWriter(...)
.
out
-
SAXException
IOException
outputToWriter(java.io.Writer)
public void outputToWriter(Writer out) throws SAXException, IOException
out
-
SAXException
IOException
public Hashtable getInputParameters()
public void setXMLSource(XMLSource xmlSource)
xmlSource
- public void setInputParameters(Hashtable inputParameters)
inputParameters
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |