Package wt.util.xml.xslt

Interface Summary
DOMXMLSource Provide access to XML source data in DOM format.
ReaderXMLSource Provide access to XML source data in decoded character form that can be read using a java.io.Reader.
SAX2XMLSource

Supported API: true

Extendable: true
StreamXMLSource Provide access to XML source data in byte (not character) form that can be read using an java.io.InputStream.
Stylesheet A Java handle to an XSLT stylesheet.
URLXMLSource Provide access to XML data at a particular URL.
XMLSource Abstract source of XML data.
XSLTransform Provides access to the results of applying an XSL Transform (aka Stylesheet) to an XMLSource.
 

Class Summary
XMLSourceFactory This factory class produces implementation instances of the interfaces in this package.
XSLTUtilities A convenience class which provides methods for easy transformation of XML sources via XSLT.