publicabstract Source
getAssociatedStylesheet
(Source source, String media, String title, String charset)
throws
TransformerConfigurationException
[Inherited From TransformerFactory]
Get the stylesheet specification(s) associated with the
XML Source document via the
xml-stylesheet processing instruction that match the given criteria.
publicstatic TransformerFactory
newInstance
()
throws
TransformerFactoryConfigurationError
[Inherited From TransformerFactory]
publicstatic TransformerFactory
newInstance
(String factoryClassName, ClassLoader classLoader)
throws
TransformerFactoryConfigurationError
[Inherited From TransformerFactory]
publicabstract Templates
newTemplates
(Source source)
throws
TransformerConfigurationException
[Inherited From TransformerFactory]
publicabstract Transformer
newTransformer
()
throws
TransformerConfigurationException
[Inherited From TransformerFactory]
publicabstract Transformer
newTransformer
(Source source)
throws
TransformerConfigurationException
[Inherited From TransformerFactory]
publicabstract TransformerHandler
newTransformerHandler
(Source src)
throws
TransformerConfigurationException
publicabstract TransformerHandler
newTransformerHandler
(Templates templates)
throws
TransformerConfigurationException
publicabstract XMLFilter
newXMLFilter
(Templates templates)
throws
TransformerConfigurationException
publicabstract void
setFeature
(String name, boolean value)
throws
TransformerConfigurationException
[Inherited From TransformerFactory]
publicfinalstatic
String FEATURE
= "http://javax.xml.transform.sax.SAXTransformerFactory/feature"
TransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument,
the TransformerFactory returned from
TransformerFactory.newInstance() may
be safely cast to a SAXTransformerFactory.
publicfinalstatic
String FEATURE_XMLFILTER
= "http://javax.xml.transform.sax.SAXTransformerFactory/feature/xmlfilter"
TransformerFactory.getFeature(java.lang.String)
returns true when passed this value as an argument,
the SAXTransformerFactory.newXMLFilter(Source src)
and SAXTransformerFactory.newXMLFilter(Templates templates) methods are supported.