Uses of Class
javax.xml.transform.TransformerConfigurationException
| Package | Description |
|---|---|
| javax.xml.transform | |
| javax.xml.transform.sax | |
| 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 Modifier and Type Method Description abstract SourceTransformerFactory. getAssociatedStylesheet(Source source, String media, String title, String charset)Get the stylesheet specification(s) associated with the XMLSourcedocument via the xml-stylesheet processing instruction that match the given criteria.abstract TemplatesTransformerFactory. newTemplates(Source source)Process the Source into a Templates object, which is a a compiled representation of the source.TransformerTemplates. newTransformer()Create a new transformation context for this Templates object.abstract TransformerTransformerFactory. newTransformer()Create a newTransformerthat performs a copy of theSourceto theResult.abstract TransformerTransformerFactory. newTransformer(Source source)Process theSourceinto aTransformerObject.abstract voidTransformerFactory. setFeature(String name, boolean value)Set a feature for thisTransformerFactoryandTransformers orTemplates created by this factory. -
Uses of TransformerConfigurationException in javax.xml.transform.sax
Methods in javax.xml.transform.sax that throw TransformerConfigurationException Modifier and Type Method Description abstract TemplatesHandlerSAXTransformerFactory. newTemplatesHandler()Get a TemplatesHandler object that can process SAX ContentHandler events into a Templates object.abstract TransformerHandlerSAXTransformerFactory. newTransformerHandler()Get a TransformerHandler object that can process SAX ContentHandler events into a Result.abstract TransformerHandlerSAXTransformerFactory. 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 TransformerHandlerSAXTransformerFactory. newTransformerHandler(Templates templates)Get a TransformerHandler object that can process SAX ContentHandler events into a Result, based on the Templates argument.abstract XMLFilterSAXTransformerFactory. newXMLFilter(Source src)Create an XMLFilter that uses the given Source as the transformation instructions.abstract XMLFilterSAXTransformerFactory. 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 Modifier and Type Method Description SourceTransformerFactoryImpl. getAssociatedStylesheet(Source source, String media, String title, 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.protected StylesheetProcessorLRE. getStylesheetRoot(StylesheetHandler handler)This method could be over-ridden by a class that extends this class.protected StylesheetProcessorStylesheetElement. getStylesheetRoot(StylesheetHandler handler)This method can be over-ridden by a class that extends this one.TemplatesTransformerFactoryImpl. newTemplates(Source source)Process the source into a Templates object, which is likely a compiled representation of the source.TemplatesHandlerTransformerFactoryImpl. newTemplatesHandler()Create a new Transformer object that performs a copy of the source to the result.TransformerTransformerFactoryImpl. newTransformer()Create a new Transformer object that performs a copy of the source to the result.TransformerTransformerFactoryImpl. newTransformer(Source source)Process the source into a Transformer object.TransformerHandlerTransformerFactoryImpl. newTransformerHandler()Get a TransformerHandler object that can process SAX ContentHandler events into a Result.TransformerHandlerTransformerFactoryImpl. 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.TransformerHandlerTransformerFactoryImpl. newTransformerHandler(Templates templates)Get a TransformerHandler object that can process SAX ContentHandler events into a Result, based on the Templates argument.XMLFilterTransformerFactoryImpl. newXMLFilter(Source src)Create an XMLFilter that uses the given source as the transformation instructions.XMLFilterTransformerFactoryImpl. newXMLFilter(Templates templates)Create an XMLFilter that uses the given source as the transformation instructions.TemplatesTransformerFactoryImpl. processFromNode(Node node)voidTransformerFactoryImpl. setFeature(String name, boolean value)Set a feature for thisTransformerFactoryandTransformers orTemplates created by this factory.Constructors in org.apache.xalan.processor that throw TransformerConfigurationException Constructor Description StylesheetHandler(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 Constructor Description StylesheetRoot(ErrorListener errorListener)Uses an XSL stylesheet document.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 Constructor Description TrAXFilter(Templates templates)Construct an empty XML filter, with no parent.