| GNU Classpath (0.95) | |
| Frames | No Frames |
Classes implementing javax.xml.transform.Source | |
| class | Specifies a SAX XML source. |
Methods with parameter type javax.xml.transform.Source | |
| TransformerHandler | Returns a content handler that can process SAX events into a result,
using the specified transformation.
|
| XMLFilter | Creates an XML filter for the specified source.
|
| InputSource | Converts a source into a SAX input source.
|
Methods with parameter type javax.xml.transform.Source | |
| XMLEventReader | Creates a new event reader.
|
| XMLStreamReader | Creates a new stream reader.
|
Classes implementing javax.xml.transform.Source | |
| class | An XML source specified as a W3C DOM node context.
|
Methods with parameter type javax.xml.transform.Source | |
| Schema | Returns a schema based on the specified source resource.
|
| Schema | Parses the specified sources, and combine them into a single schema.
|
| void | Validate the specified input.
|
| void | Validate the specified input.
|
Classes implementing javax.xml.transform.Source | |
| class | Specifies a stream from which to read the source XML data.
|
Methods with parameter type javax.xml.transform.Source | |
| Source | TransformerFactory.getAssociatedStylesheet(Source source, String media, String title, String charset) Returns a source object representing the XML resource specified by the
xml-stylesheet
processing instruction and matching the given criteria.
|
| Templates | Creates a new compiled transformation using the specified stylesheet.
|
| Transformer | Creates a new transformer using the specified stylesheet.
|
| void | Transforms the source XML to a result tree.
|
Methods with return type javax.xml.transform.Source | |
| Source | TransformerFactory.getAssociatedStylesheet(Source source, String media, String title, String charset) Returns a source object representing the XML resource specified by the
xml-stylesheet
processing instruction and matching the given criteria.
|
| Source | Resolves an xsl:include, xsl:import, or
XPath document() function.
|
| GNU Classpath (0.95) |