KickJava   Java API By Example, From Geeks To Geeks.

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

  • org.apache.xalan.lib.PipeDocument
    PipeDocument is a Xalan extension element to set stylesheet params and pipes an XML document through a series of 1 or more stylesheets. PipeDocument is invoked from a stylesheet as the {@link #pipeDocument pipeDocument extension element}. It is accessed by specifying a namespace URI as follows: & ...
  • org.apache.excalibur.xml.xslt.XSLTProcessor
    This is the interface of the XSLT processor. @author <a HREF="mailto:dev@avalon.apache.org">Avalon Development Team</a> @version CVS $Id: XSLTProcessor.java,v 1.4 2004/02/28 11:47:16 cziegeler Exp $ @version 1.0 @since July 11, 2001
  • org.apache.cocoon.components.xslt.XSLTProcessorImpl
    This class defines the implementation of the {@link XSLTProcessor} component. To configure it, add the following lines in the <file>cocoon.xconf</file> file: <pre> &lt;xslt-processor class="org.apache.cocoon.components.xslt.XSLTProcessorImpl"&gt; &lt;parameter name= ...
  • org.apache.xalan.xsltc.trax.TransformerFactoryImpl
    Implementation of a JAXP1.1 TransformerFactory for Translets. @author G. Todd Miller @author Morten Jorgensen @author Santiago Pericas-Geertsen
  • com.icl.saxon.TransformerFactoryImpl
    A TransformerFactoryImpl instance can be used to create Transformer and Template objects. <p>The system property that determines which Factory implementation to create is named "javax.xml.transform.TransformerFactory". This property names a concrete subclass of the TransformerFactory abstra ...
  • org.apache.cocoon.portal.layout.renderer.aspect.impl.XSLTAspect
    Apply a XSLT stylesheet to the contained layout. All following renderer aspects are applied first before the XML is fed into the XSLT. All configuration and layout parameters are made available to the stylesheet. <h2>Example XML:</h2> <pre> &lt;-- result from output of follo ...
  • com.caucho.xsl.TransformerHandlerImpl
Popular Tags