Frames | No Frames |
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.
|
Methods with parameter type javax.xml.transform.Source | |
XMLEventReader | Creates a new event reader.
|
XMLStreamReader | Creates a new stream reader.
|
InputStream |
Methods with parameter type javax.xml.transform.Source | |
Schema |
Methods with parameter type javax.xml.transform.Source | |
Source | GnomeTransformerFactory.getAssociatedStylesheet(Source source, String media, String title, String charset) Returns the stylesheet associated with the specified XML source, or
null if no associated stylesheet could be found.
|
Templates | Returns a new instance of class Templates for
the given souce.
|
Transformer | Returns a new instance of class Transformer for
the given souce.
|
void | Transforms the given source and writes the result to the
given target.
|
Methods with return type javax.xml.transform.Source | |
Source | GnomeTransformerFactory.getAssociatedStylesheet(Source source, String media, String title, String charset) Returns the stylesheet associated with the specified XML source, or
null if no associated stylesheet could be found.
|
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 | |
NamedInputStream | Returns an input stream for the specified transformer source.
|
Methods with parameter type javax.xml.transform.Source | |
Source | TransformerFactoryImpl.getAssociatedStylesheet(Source source, String media, String title, String charset) |
Templates | |
Transformer | |
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.
|
Methods with return type javax.xml.transform.Source | |
Source | TransformerFactoryImpl.getAssociatedStylesheet(Source source, String media, String title, String charset) |
Methods with parameter type javax.xml.transform.Source | |
Source | SAXNullTransformerFactory.getAssociatedStylesheet(Source source, String media, String title, String charset) (not yet implemented) |
Templates | Throws an exception (XSLT is not supported). |
Transformer | Throws an exception (XSLT is not supported). |
TransformerHandler | Throws an exception (XSLT is not supported). |
XMLFilter | Throws an exception (XSLT is not supported). |
Methods with return type javax.xml.transform.Source | |
Source | SAXNullTransformerFactory.getAssociatedStylesheet(Source source, String media, String title, String charset) (not yet implemented) |
Methods with parameter type javax.xml.transform.Source | |
Schema | Parses the specified sources, and combine them into a single schema.
|
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.
|
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 | Specifies a stream from which to read the source XML data.
|