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
SAXXMLSource Deprecated.  
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
AbstractXSLTransform  
DOMXMLSourceImpl Minimalistic implementation of DOMXMLSource
JAXPStylesheet  
JAXPXMLSourceFactory  
JAXPXSLTransform  
ReaderXMLSourceImpl Minimalistic implementation of ReaderXMLSource
SAX2SAXWrapper This class wraps a SAX2 event source as a simpler SAX event source to allow SAX2 event sources to be used with legacy code expecting SAX event sources.
SAX2XMLSourceReader  
SAXSAX2Wrapper This class wraps SAX event sources as SAX2 event sources.
SAXXMLSourceParser Simple Parser wrapper of SAXXMLSource objects for interoperability with libraries expecting Parser objects.
StreamXMLSourceImpl Minimalistic implementation of StreamXMLSource
ThreadFactory Static thread factory that attempts to create the most appropriate type of Thread available.
URLXMLSourceImpl Minimalistic implementation of URLXMLSource
XMLSourceFactory This factory class produces implementation instances of the interfaces in this package.
XMLSourceImpl Minimalistic implementation of XMLSource
XSLTUtilities A convenience class which provides methods for easy transformation of XML sources via XSLT.