Package wt.util.xml.jaxp
Class JAXPFactories
java.lang.Object
wt.util.xml.jaxp.JAXPFactories
Simple class to lazily instantiate and cache JAXP factories for a single thread (i.e. instances of this class are not thread safe).
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionFetches Saxon's XSLT implementation or JAXP one if preferred implementation is not available.
-
Method Details
-
getTransformerFactory
Fetches Saxon's XSLT implementation or JAXP one if preferred implementation is not available. Throws NullPointerException if no implementation is found.
Supported API: true- Returns:
- TransformerFactory
-