Package jd.xml.xslt

Contains a XSLT Version 1.1 implementation.

See:
          Description

Interface Summary
MessageListener A MessageListener is notified when stylesheet messages caused by an xsl:message element are processed.
 

Class Summary
AbstractStylesheet A XSLT stylesheet base class.
AttributeValue AttributeValue represents an dynamically evaluated value of an attribute.
CommandLine A helper class to parse the commandLine arguments of Stylesheet.main and execute the transformation.
IdentityTransformation IdentityTransformation copies the source to the the result without modifications (except changes caused by the OutputFormat).
Stylesheet Stylesheet represents a XSL stylesheet.
Stylesheet.CmdLine  
Transformation A Transformation takes an xml document as input and transforms it into something other.
TransformationChain A TransformationChain is a list of Transformations which are executed one after another.
XsltContext A XSLT transformation context.
XsltResult XsltResult represents the result of a XSLT transformation and allows to specify various output possibilities.
XsltSecurityManager XsltSecurityManager is a class that allows applications to implement a security policy for XSLT transformations.
 

Exception Summary
XsltException A XsltException signals an error during a XSLT transformation.
 

Package jd.xml.xslt Description

Contains a XSLT Version 1.1 implementation.