TRaX Implementations

Possible values for 'javax.xml.transform.TransformerFactory' Property

  • Xalan J (Apache distribution)

    org.apache.xalan.processor.TransformerFactoryImpl
  • Xalan J XSLTC (Apache distribution)

    org.apache.xalan.xsltc.trax.TransformerFactoryImpl
  • Xalan J (SUN JDK 5.0 distribution)

    com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl

    Note

    SUN changed the package structure to avoid the mess of 1.4.* where it was necessary to override the Xalan implementation supplied using the endorsed mechanism.
  • Saxon 6.x

    com.icl.saxon.TransformerFactoryImpl
  • jd.xslt

    jd.xml.xslt.trax.TransformerFactoryImpl
  • Oracle

    oracle.xml.jaxp.JXSAXTransformerFactory