Class JAXPFactories

java.lang.Object
wt.util.xml.jaxp.JAXPFactories

public final class JAXPFactories extends Object
 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 Details

    • getTransformerFactory

      public TransformerFactory 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