Frames | No Frames |
Methods which throw type javax.xml.transform.TransformerConfigurationException | |
Source | TransformerFactoryImpl.getAssociatedStylesheet(Source source, String media, String title, String charset) |
Templates | |
TemplatesHandler | Returns a content handler that can process SAX events into a
transformation template.
|
Transformer | |
Transformer | |
TransformerHandler | Returns a content handler that can process SAX events into a result,
using the identity transform.
|
TransformerHandler | Returns a content handler that can process SAX events into a result,
using the specified transformation.
|
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.
|
XMLFilter | Creates an XML filter for the specified compiled stylesheet.
|
void |
Methods which throw type javax.xml.transform.TransformerConfigurationException | |
Source | SAXNullTransformerFactory.getAssociatedStylesheet(Source source, String media, String title, String charset) (not yet implemented) |
Templates | Throws an exception (XSLT is not supported). |
TemplatesHandler | Throws an exception (XSLT is not supported). |
Transformer | |
Transformer | Throws an exception (XSLT is not supported). |
TransformerHandler | Returns a TransformerHandler that knows how to generate output
in all three standard formats. |
TransformerHandler | Throws an exception (XSLT is not supported). |
TransformerHandler | Throws an exception (XSLT is not supported). |
XMLFilter | Throws an exception (XSLT is not supported). |
XMLFilter | Throws an exception (XSLT is not supported). |
void |
Methods which throw type javax.xml.transform.TransformerConfigurationException | |
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 a
null souce.
|
Transformer | Returns a new instance of class Transformer for
the given souce.
|
void |
Methods which throw type javax.xml.transform.TransformerConfigurationException | |
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 based on this transformation.
|
Transformer | Creates a new transformer that applies the identity transform.
|
Transformer | Creates a new transformer using the specified stylesheet.
|
void | Sets a feature of transformers and templates obtained from this
factory.
|
Methods which throw type javax.xml.transform.TransformerConfigurationException | |
TemplatesHandler | Returns a content handler that can process SAX events into a
transformation template.
|
TransformerHandler | Returns a content handler that can process SAX events into a result,
using the identity transform.
|
TransformerHandler | Returns a content handler that can process SAX events into a result,
using the specified transformation.
|
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.
|
XMLFilter | Creates an XML filter for the specified compiled stylesheet.
|