Package wt.util.xml.xslt


package wt.util.xml.xslt
  • Class
    Description
    Provide access to XML source data in DOM format.
    Provide access to XML source data in decoded character form that can be read using a java.io.Reader.


    Supported API: true

    Extendable: true
    Provide access to XML source data in byte (not character) form that can be read using an java.io.InputStream.
    A Java handle to an XSLT stylesheet.
    Provide access to XML data at a particular URL.
    Abstract source of XML data.
    This factory class produces implementation instances of the interfaces in this package.
    Provides access to the results of applying an XSL Transform (aka Stylesheet) to an XMLSource.
    A convenience class which provides methods for easy transformation of XML sources via XSLT.