| Class Summary |
| AttributeSet |
Represents an xsl:attribute-set
|
| AttributeValueTemplate |
A representation of an Attribute Value Template |
| CopyOf |
Represents an XSLIf Object (xsl:if) |
| EmptyXSLObject |
This class represents an Empty XSLObject in the style tree.
|
| Id |
Represents an xsl:id element |
| LocationPathPattern |
This class represents a "Location Path Pattern" as specified in the
W3C XSLT 1.0 Recommendation.
|
| Names |
XSL Names |
| Param |
Represents an xsl:param |
| ParamVariable |
Represents an xsl:with-param |
| Pattern |
This class represents a "pattern" as specified in the
W3C XSLT 1.0 Recommendation.
|
| PatternException |
An exception thrown during parsing of XSLT patterns
|
| ProcessorCallback |
This class is used for calling back into the RuleProcessor
to perform special tasks, such as adding nodes to the
result tree |
| ProcessorState |
The current RuleProcessor environment. |
| RuleProcessor |
This class is the "template" rule processor which processes an XML document
using it's XSLStylesheet. |
| Selection |
Represents a Basic XSL Selection Object.
xsl:if, xsl:apply-templates, xsl:for-each |
| TemplateRule |
A class that Represents an XSLT Template Rule.
|
| TreeFragmentResult |
Represents a TreeFragment result |
| ValueOf |
Represents the xsl:value-of element.
|
| Variable |
Represents an xsl:variable |
| XSLCallTemplate |
This class represents an xsl:call-template. |
| XSLCData |
Represents the an xsl:cdata in the XSLStylesheet. |
| XSLException |
The main exception thrown during XSLT processing
|
| XSLIf |
Represents an XSLIf Object (xsl:if) |
| XSLImport |
This class represents an xsl:import or xsl:include
XSLElement. |
| XSLNumber |
Represents the xsl:number element.
|
| XSLObject |
This class represents an XSLObject in the style tree. |
| XSLOtherwise |
Represents an XSLOtherwise Object (xsl:otherwise) |
| XSLOutput |
A class for maintaining state information for the output
of the XSL result tree |
| XSLPIHandler |
This class handle Processor Instructions for the XSL processor |
| XSLScript |
This class represents a xsl:script element. |
| XSLSort |
Represents an xsl:sort element |
| XSLText |
Represents the xsl:text element |
| XSLTFunction |
The base class for XSLT functions.
|
| XSLTFunctionResult |
Abstract class representing the result of an XSLT extension function.
|
| XSLTProcessor |
This class represents an XSLT Processor that implements
the W3C XSLT 1.0 Recommendation.
|
| XSLTReader |
A class for reading an XSLT stylesheet from a stream or file.
|
| XSLTStylesheet |
This class represents an XSL stylesheet |