Uses of Class javax.xml.transform.TransformerConfigurationException

Uses in package javax.xml.transform.sax

Methods which throw type javax.xml.transform.TransformerConfigurationException

TemplatesHandler
Get a TemplatesHandler object that can process SAX ContentHandler events into a Templates object.
TransformerHandler
Get a TransformerHandler object that can process SAX ContentHandler events into a Result.
TransformerHandler
Get a TransformerHandler object that can process SAX ContentHandler events into a Result, based on the transformation instructions specified by the argument.
TransformerHandler
Get a TransformerHandler object that can process SAX ContentHandler events into a Result, based on the Templates argument.
XMLFilter
Create an XMLFilter that uses the given Source as the transformation instructions.
XMLFilter
Create an XMLFilter, based on the Templates argument..

Uses in package org.apache.xalan.processor

Constructors which throw type javax.xml.transform.TransformerConfigurationException

Create a StylesheetHandler object, creating a root stylesheet as the target.

Methods which throw type javax.xml.transform.TransformerConfigurationException

Source
TransformerFactoryImpl.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.
Templates
Process the source into a Templates object, which is likely a compiled representation of the source.
TemplatesHandler
Create a new Transformer object that performs a copy of the source to the result.
Transformer
Create a new Transformer object that performs a copy of the source to the result.
Transformer
Process the source into a Transformer object.
TransformerHandler
Get a TransformerHandler object that can process SAX ContentHandler events into a Result.
TransformerHandler
Get a TransformerHandler object that can process SAX ContentHandler events into a Result, based on the transformation instructions specified by the argument.
TransformerHandler
Get a TransformerHandler object that can process SAX ContentHandler events into a Result, based on the Templates argument.
XMLFilter
Create an XMLFilter that uses the given source as the transformation instructions.
XMLFilter
Create an XMLFilter that uses the given source as the transformation instructions.
Templates

Uses in package org.apache.xalan.transformer

Constructors which throw type javax.xml.transform.TransformerConfigurationException

Construct an empty XML filter, with no parent.

Uses in package org.apache.xalan.xsltc.trax

Constructors which throw type javax.xml.transform.TransformerConfigurationException

Methods which throw type javax.xml.transform.TransformerConfigurationException

Source
SmartTransformerFactoryImpl.getAssociatedStylesheet(Source source, String media, String title, 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.
Source
TransformerFactoryImpl.getAssociatedStylesheet(Source source, String media, String title, String charset)
javax.xml.transform.sax.TransformerFactory implementation.
InputSource
Util.getInputSource(XSLTC xsltc, Source source)
Creates a SAX2 InputSource object from a TrAX Source object
Templates
Create a Templates object that from the input stylesheet Uses the org.apache.xalan.xsltc.trax.TransformerFactory.
Templates
javax.xml.transform.sax.TransformerFactory implementation.
TemplatesHandler
Get a TemplatesHandler object that can process SAX ContentHandler events into a Templates object.
TemplatesHandler
javax.xml.transform.sax.SAXTransformerFactory implementation.
Transformer
Create a Transformer object that copies the input document to the result.
Transformer
Implements JAXP's Templates.newTransformer()
Transformer
javax.xml.transform.sax.TransformerFactory implementation.
Transformer
Create a Transformer object that from the input stylesheet Uses the org.apache.xalan.processor.TransformerFactory.
Transformer
javax.xml.transform.sax.TransformerFactory implementation.
TransformerHandler
Get a TransformerHandler object that can process SAX ContentHandler events based on a copy transformer.
TransformerHandler
javax.xml.transform.sax.SAXTransformerFactory implementation.
TransformerHandler
Get a TransformerHandler object that can process SAX ContentHandler events based on a transformer specified by the stylesheet Source.
TransformerHandler
javax.xml.transform.sax.SAXTransformerFactory implementation.
TransformerHandler
Get a TransformerHandler object that can process SAX ContentHandler events based on a transformer specified by the stylesheet Source.
TransformerHandler
javax.xml.transform.sax.SAXTransformerFactory implementation.
XMLFilter
Create an XMLFilter that uses the given source as the transformation instructions.
XMLFilter
javax.xml.transform.sax.SAXTransformerFactory implementation.
XMLFilter
Create an XMLFilter, based on the Templates argument..
XMLFilter
javax.xml.transform.sax.SAXTransformerFactory implementation.

Uses in package javax.xml.transform

Methods which throw type javax.xml.transform.TransformerConfigurationException

Source
TransformerFactory.getAssociatedStylesheet(Source source, String media, String title, 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.
Templates
Process the Source into a Templates object, which is a a compiled representation of the source.
Transformer
Create a new transformation context for this Templates object.
Transformer
Create a new Transformer object that performs a copy of the source to the result.
Transformer
Process the Source into a Transformer object.

Uses in package org.apache.xalan.lib

Methods which throw type javax.xml.transform.TransformerConfigurationException

void
Extension element for piping an XML document through a series of 1 or more transformations.
void
PipeDocument.usePipe(Vector vTHandler, String source, String target)
Uses a Vector of TransformerHandlers to pipe XML input document through a series of 1 or more transformations.

Uses in package org.apache.xalan.templates

Constructors which throw type javax.xml.transform.TransformerConfigurationException

Uses an XSL stylesheet document.
Creates a StylesheetRoot and retains a pointer to the schema used to create this StylesheetRoot.

Copyright B) 2004 Apache XML Project. All Rights Reserved.