KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > xml > transform > sax > TemplatesHandler > Top Examples

  • org.apache.jetspeed.util.SimpleTransform
    Provides a very simple mechanism to transform a document using XSLT using one XML document and another XSL document. This implementation uses the TRAX API. It can be used with any TRAX transformer. This can be used for very simple XML -> XSL processing to reduce the complexity and possibilit ...
  • org.apache.xalan.xsltc.trax.SmartTransformerFactoryImpl
    Implementation of a transformer factory that uses an XSLTC transformer factory for the creation of Templates objects and uses the Xalan processor transformer factory for the creation of Transformer objects. @author G. Todd Miller
  • com.caucho.xsl.TemplatesHandlerImpl
Popular Tags