jd.xslt - Programming Guide

The jd.xslt packages contain several hundred classes but you only need to know a handful of them to integrate the XSLT processor into your Java program.
If you use SUN's TrAX API you can even skip these since jd.xslt offers a TrAX implementation as described below.

jd.xml.xslt.Stylesheet - represents a XSL Stylesheet.

jd.xml.util.XmlSource - represents the source of a XML document.

jd.xml.xslt.XsltResult - represents the result of a XSL transformation.

jd.xml.xslt.XsltException

jd.xml.xslt.parser.XsltParseException

jd.xml.util.UriResolver

jd.xml.xslt.TransformationChain - represents a list of transformations

jd.xml.xslt.trax.TransformerFactoryImpl

jd.xml.xslt.XsltSecurityManager


main page