|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransformerConfigurationException | |
javax.xml.transform | This package defines the generic APIs for processing transformation instructions, and performing a transformation from source to result. |
javax.xml.transform.sax | This package implements SAX2-specific transformation APIs. |
org.apache.xalan.processor | Parses an XSLT stylesheet document (which may include and import other stylesheet documents) and produces a StylesheetRoot (a TRaX Templates object). |
org.apache.xalan.templates | Implements the Templates interface,
and defines a set of classes that represent an XSLT stylesheet. |
org.apache.xalan.transformer | In charge of run-time transformations and the production of result trees. |
Uses of TransformerConfigurationException in javax.xml.transform |
Methods in javax.xml.transform that throw TransformerConfigurationException | |
Transformer |
Templates.newTransformer()
Create a new transformation context for this Templates object. |
abstract Transformer |
TransformerFactory.newTransformer(Source source)
Process the Source into a Transformer object. |
abstract Transformer |
TransformerFactory.newTransformer()
Create a new Transformer object that performs a copy of the source to the result. |
abstract Templates |
TransformerFactory.newTemplates(Source source)
Process the Source into a Templates object, which is a a compiled representation of the source. |
abstract Source |
TransformerFactory.getAssociatedStylesheet(Source source,
java.lang.String media,
java.lang.String title,
java.lang.String charset)
Get the stylesheet specification(s) associated via the xml-stylesheet processing instruction (see http://www.w3.org/TR/xml-stylesheet/) with the document document specified in the source parameter, and that match the given criteria. |
Uses of TransformerConfigurationException in javax.xml.transform.sax |
Methods in javax.xml.transform.sax that throw TransformerConfigurationException | |
abstract TransformerHandler |
SAXTransformerFactory.newTransformerHandler(Source src)
Get a TransformerHandler object that can process SAX ContentHandler events into a Result, based on the transformation instructions specified by the argument. |
abstract TransformerHandler |
SAXTransformerFactory.newTransformerHandler(Templates templates)
Get a TransformerHandler object that can process SAX ContentHandler events into a Result, based on the Templates argument. |
abstract TransformerHandler |
SAXTransformerFactory.newTransformerHandler()
Get a TransformerHandler object that can process SAX ContentHandler events into a Result. |
abstract TemplatesHandler |
SAXTransformerFactory.newTemplatesHandler()
Get a TemplatesHandler object that can process SAX ContentHandler events into a Templates object. |
abstract XMLFilter |
SAXTransformerFactory.newXMLFilter(Source src)
Create an XMLFilter that uses the given Source as the transformation instructions. |
abstract XMLFilter |
SAXTransformerFactory.newXMLFilter(Templates templates)
Create an XMLFilter, based on the Templates argument.. |
Uses of TransformerConfigurationException in org.apache.xalan.processor |
Methods in org.apache.xalan.processor that throw TransformerConfigurationException | |
Templates |
TransformerFactoryImpl.processFromNode(Node node)
Process the stylesheet from a DOM tree, if the processor supports the "http://xml.org/trax/features/dom/input" feature. |
Source |
TransformerFactoryImpl.getAssociatedStylesheet(Source source,
java.lang.String media,
java.lang.String title,
java.lang.String charset)
Get InputSource specification(s) that are associated with the given document specified in the source param, via the xml-stylesheet processing instruction (see http://www.w3.org/TR/xml-stylesheet/), and that matches the given criteria. |
TemplatesHandler |
TransformerFactoryImpl.newTemplatesHandler()
Create a new Transformer object that performs a copy of the source to the result. |
XMLFilter |
TransformerFactoryImpl.newXMLFilter(Source src)
Create an XMLFilter that uses the given source as the transformation instructions. |
XMLFilter |
TransformerFactoryImpl.newXMLFilter(Templates templates)
Create an XMLFilter that uses the given source as the transformation instructions. |
TransformerHandler |
TransformerFactoryImpl.newTransformerHandler(Source src)
Get a TransformerHandler object that can process SAX ContentHandler events into a Result, based on the transformation instructions specified by the argument. |
TransformerHandler |
TransformerFactoryImpl.newTransformerHandler(Templates templates)
Get a TransformerHandler object that can process SAX ContentHandler events into a Result, based on the Templates argument. |
TransformerHandler |
TransformerFactoryImpl.newTransformerHandler()
Get a TransformerHandler object that can process SAX ContentHandler events into a Result. |
Transformer |
TransformerFactoryImpl.newTransformer(Source source)
Process the source into a Transformer object. |
Transformer |
TransformerFactoryImpl.newTransformer()
Create a new Transformer object that performs a copy of the source to the result. |
Templates |
TransformerFactoryImpl.newTemplates(Source source)
Process the source into a Templates object, which is likely a compiled representation of the source. |
TemplatesHandler |
CompilingStylesheetProcessor.newTemplatesHandler()
Get a TemplatesBuilder object that can process SAX events into a Templates object, if the processor supports the "http://xml.org/trax/features/sax/input" feature. |
Constructors in org.apache.xalan.processor that throw TransformerConfigurationException | |
StylesheetHandler.StylesheetHandler(TransformerFactoryImpl processor)
Create a StylesheetHandler object, creating a root stylesheet as the target. |
|
CompilingStylesheetHandler.CompilingStylesheetHandler(TransformerFactoryImpl processor)
Create a StylesheetHandler object, creating a root stylesheet as the target. |
Uses of TransformerConfigurationException in org.apache.xalan.templates |
Constructors in org.apache.xalan.templates that throw TransformerConfigurationException | |
StylesheetRoot.StylesheetRoot(ErrorListener errorListener)
Uses an XSL stylesheet document. |
|
StylesheetRoot.StylesheetRoot(XSLTSchema schema,
ErrorListener listener)
Creates a StylesheetRoot and retains a pointer to the schema used to create this StylesheetRoot. |
Uses of TransformerConfigurationException in org.apache.xalan.transformer |
Constructors in org.apache.xalan.transformer that throw TransformerConfigurationException | |
TrAXFilter.TrAXFilter(Templates templates)
Construct an empty XML filter, with no parent. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |