This documentation differs from the official API.
Jadeite adds
extra features to the API including:
variable font sizes,
constructions examples,
placeholders for classes and methods, and auto-generated “See Also” links.
Additionally it
is missing some items found in standard Javadoc documentation, including:
generics type information,
“Deprecated” tags and comments,
“See Also” links,
along with other minor differences.
Please send any questions or feedback to
bam@cs.cmu.edu.
Interface Summary |
ErrorListener |
To provide customized error handling, implement this interface and
use the setErrorListener method to register an instance of the
implmentation with the javax.xml.transform.Transformer. |
Result |
An object that implements this interface contains the information
needed to build a transformation result tree. |
Source |
An object that implements this interface contains the information
needed to act as source input (XML source or transformation instructions). |
SourceLocator |
This interface is primarily for the purposes of reporting where
an error occurred in the XML source or transformation instructions. |
Templates |
An object that implements this interface is the runtime representation of processed
transformation instructions. |
URIResolver |
An object that implements this interface that can be called by the processor
to turn a URI used in document(), xsl:import, or xsl:include into a Source object. |
This documentation differs from the official API.
Jadeite adds
extra features to the API including:
variable font sizes,
constructions examples,
placeholders for classes and methods, and auto-generated “See Also” links.
Additionally it
is missing some items found in standard Javadoc documentation, including:
generics type information,
“Deprecated” tags and comments,
“See Also” links,
along with other minor differences.
Please send any questions or feedback to
bam@cs.cmu.edu.
This page displays the
Jadeite version of the documention, which is derived from the offical documentation that contains this copyright notice:
The official Sun™ documentation can be found here at
http://java.sun.com/javase/6/docs/api/.