| 
 | JavaTM 2 Platform Std. Ed. v1.4.0 | ||||||||||
| 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. | 
| Uses of TransformerConfigurationException in javax.xml.transform | 
| Methods in javax.xml.transform that throw TransformerConfigurationException | |
| 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,
                        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. | 
|  Transformer | Templates.newTransformer()Create a new transformation context for this Templates object. | 
| 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.. | 
| 
 | JavaTM 2 Platform Std. Ed. v1.4.0 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A.  All Rights Reserved.