KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > xml > transform > Result > Top Examples

  • org.apache.xalan.transformer.TransformerImpl
    This class implements the {@link javax.xml.transform.Transformer} interface, and is the core representation of the transformation execution.</p> @xsl.usage advanced
  • net.sf.saxon.Controller
    The Controller is Saxon's implementation of the JAXP Transformer class, and represents an executing instance of a transformation or query. Multiple concurrent executions of the same transformation or query will use different Controller instances. This class is therefore not thread-safe. <p> ...
  • org.apache.xalan.transformer.TransformerIdentityImpl
    This class implements an identity transformer for {@link javax.xml.transform.sax.SAXTransformerFactory#newTransformerHandler()} and {@link javax.xml.transform.TransformerFactory#newTransformer()}. It simply feeds SAX events directly to a serializer ContentHandler, if the result is a stream. If t ...
  • TraxExamples
    Some examples to show how the Simple API for Transformations could be used. @author <a HREF="mailto:scott_boag@lotus.com">Scott Boag</a>
  • com.icl.saxon.TransformerHandlerImpl
    <b>TransformerHandlerImpl</b> implements the javax.xml.transform.sax.TransformerHandler interface. It acts as a ContentHandler and LexicalHandler which receives a stream of SAX events representing an input document, and performs a transformation treating this SAX stream as the source d ...
  • org.jibx.binding.SchemaGenerator
    Binding generator. This loads the specified input classes and processes them to generate a default binding definition. @author Dennis M. Sosnoski @version 1.0
  • com.sun.org.apache.xml.internal.serializer.ToHTMLStream
    @author Santiago Pericas-Geertsen @author G. Todd Miller
Popular Tags