Uses of Class javax.xml.transform.TransformerConfigurationException

Uses in package gnu.xml.transform

Methods which throw type javax.xml.transform.TransformerConfigurationException

Source
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

Uses in package gnu.xml.util

Methods which throw type javax.xml.transform.TransformerConfigurationException

Source
(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

Uses in package gnu.xml.libxmlj.transform

Methods which throw type javax.xml.transform.TransformerConfigurationException

Source
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

Uses in package javax.xml.transform

Methods which throw type javax.xml.transform.TransformerConfigurationException

Source
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
TransformerFactory.setFeature(String name, boolean value)
Sets a feature of transformers and templates obtained from this factory.

Uses in package javax.xml.transform.sax

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.