Class TransformerFactoryImpl


public class TransformerFactoryImpl
extends SAXTransformerFactory
The TransformerFactoryImpl, which implements the TRaX TransformerFactory interface, processes XSLT stylesheets into a Templates object (a StylesheetRoot).
  • Field Details

    • XSLT_PROPERTIES

      public static final String XSLT_PROPERTIES
      The path/filename of the property file: XSLTInfo.properties Maintenance note: see also org.apache.xpath.functions.FuncSystemProperty.XSLT_PROPERTIES
      See Also:
      Constant Field Values
    • FEATURE_INCREMENTAL

      public static final String FEATURE_INCREMENTAL
      Static string to be used for incremental feature
      See Also:
      Constant Field Values
    • FEATURE_OPTIMIZE

      public static final String FEATURE_OPTIMIZE
      Static string to be used for optimize feature
      See Also:
      Constant Field Values
    • FEATURE_SOURCE_LOCATION

      public static final String FEATURE_SOURCE_LOCATION
      Static string to be used for source_location feature
      See Also:
      Constant Field Values
  • Constructor Details

    • TransformerFactoryImpl

      public TransformerFactoryImpl()
      Constructor TransformerFactoryImpl
  • Method Details