| Type | Reason |
|---|---|
| ErrorEventArgs | Provides data for the Javax.Xml.Transform.Transformer.Error, and Javax.Xml.Transform.TransformerFactory.Error events. |
| FatalErrorEventArgs | Provides data for the Javax.Xml.Transform.Transformer.FatalError, and Javax.Xml.Transform.TransformerFactory.FatalError events. |
| IErrorListener | |
| IResult | |
| ISource | An object that implements this interface contains the information needed to act as source input (XML source or transformation instructions). |
| ISourceLocator | This interface is primarily for the purposes of reporting where an error occurred in the XML source or transformation instructions. |
| ITemplates | An object that implements this interface is the runtime representation of processed transformation instructions. |
| IURIResolver | |
| OutputKeys | Provides string constants that can be used to set output properties for a Transformer, or to retrieve output properties from a Transformer or Templates object. |
| Result | |
| ResultConsts | Documentation for this section has not yet been entered. |
| Transformer | An instance of this abstract class can transform a source tree into a result tree. |
| TransformerConfigurationException | Indicates a serious configuration error. |
| TransformerException | This class specifies an exceptional condition that occurred during the transformation process. |
| TransformerFactory | |
| TransformerFactoryConfigurationError | Thrown when a problem with configuration with the Transformer Factories exists. |
| WarningEventArgs | Provides data for the Javax.Xml.Transform.Transformer.Warning, and Javax.Xml.Transform.TransformerFactory.Warning events. |