KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > xml > transform > TransformerException > 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
  • org.apache.xpath.compiler.XPathParser
    Tokenizes and parses XPath expressions. This should really be named XPathParserImpl, and may be renamed in the future. @xsl.usage general
  • com.sun.org.apache.xpath.internal.compiler.Compiler
    An instance of this class compiles an XPath string expression into a Expression object. This class compiles the string into a sequence of operation codes (op map) and then builds from that into an Expression tree. @xsl.usage advanced
  • com.icl.saxon.output.GeneralOutputter
    This class allows output to be generated. It channels output requests to an Emitter which does the actual writing. @author <A HREF="mailto:mhkay@iclway.co.uk>Michael H. Kay</A>
  • com.icl.saxon.Controller
    <B>Controller</B> processes an XML file, calling registered node handlers when appropriate to process its elements, character content, and attributes. <P> @version 10 December 1999: methods for building the tree extracted to class Builder, methods for maintaining rulesets extract ...
  • 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.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl
    @author Morten Jorgensen @author G. Todd Miller @author Santiago Pericas-Geertsen
  • com.icl.saxon.output.XMLEmitter
    XMLEmitter is an Emitter that generates XML output to a specified destination.
  • com.icl.saxon.output.DTDEmitter
    DTDEmitter is an Emitter that generates output in DTD format from special elements such as dtd:doctype and dtd:element.
  • org.apache.xalan.processor.StylesheetHandler
    Initializes and processes a stylesheet via SAX events. This class acts as essentially a state machine, maintaining a ContentHandler stack, and pushing appropriate content handlers as parse events occur. @xsl.usage advanced
  • org.apache.cocoon.webapps.portal.components.PortalManagerImpl
    This is the basis portal component @author <a HREF="mailto:cziegeler@s-und-n.de">Carsten Ziegeler</a> @version CVS $Id: PortalManagerImpl.java 56873 2004-11-07 22:30:17Z antonio $
  • org.apache.xalan.extensions.ExtensionHandlerJavaPackage
    Represents an extension namespace for XPath that handles java packages that may be fully or partially specified. It is recommended that the class URI be of one of the following forms: <pre> xalan://partial.class.name xalan: http://xml.apache.org/xalan/java (which is the same as xalan://) < ...
  • 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 ...
  • org.apache.xpath.XPath
    The XPath class wraps an expression object and provides general services for execution of that expression. @xsl.usage advanced
  • com.thaiopensource.validate.schematron.SchemaReaderImpl
  • org.apache.xalan.templates.ElemNumber
    import org.apache.xalan.dtm.*; Implement xsl:number. <pre> <!ELEMENT xsl:number EMPTY> <!ATTLIST xsl:number level (single|multiple|any) "single" count %pattern; #IMPLIED from %pattern; #IMPLIED value %expr; #IMPLIED format %avt; '1' lang %avt; #IMPLIED letter-value %avt; #IMPLIED gr ...
  • com.icl.saxon.om.Builder
    The abstract Builder class is responsible for taking a stream of SAX events and constructing a Document tree. There is one concrete subclass for each tree implementation. @author Michael H. Kay (mhkay@iclway.co.uk)
  • org.apache.xalan.extensions.ExtensionHandlerGeneral
    Class handling an extension namespace for XPath. Provides functions to test a function's existence and call a function @author Sanjiva Weerawarana (sanjiva@watson.ibm.com) @xsl.usage internal
  • com.icl.saxon.output.Emitter
    Emitter: This interface defines methods that must be implemented by components that format SAXON output. There is one emitter for XML, one for HTML, and so on. Additional methods are concerned with setting options and providing a Writer.<p> The interface is deliberately designed to be as cl ...
  • org.apache.cocoon.xml.dom.DOMUtil
    This class is a utility class for miscellaneous DOM functions, like getting and setting values of nodes. @author <a HREF="mailto:cziegeler@s-und-n.de">Carsten Ziegeler</a> @version CVS $Id: DOMUtil.java 123825 2004-12-31 21:18:01Z antonio $
  • com.icl.saxon.output.DOMEmitter
    DOMEmitter is an Emitter that attaches the result tree to a specified Node in a DOM Document
  • org.apache.xpath.SourceTreeManager
    This class bottlenecks all management of source trees. The methods in this class should allow easy garbage collection of source trees (not yet!), and should centralize parsing for those source trees.
  • org.apache.excalibur.xml.xslt.TraxErrorHandler
    This ErrorListener simply logs the exception and in case of an fatal-error the exception is rethrown. Warnings and errors are ignored. @author <a HREF="mailto:dev@avalon.apache.org">Avalon Development Team</a> @version CVS $Id: TraxErrorHandler.java,v 1.4 2004/02/28 11:47:16 cziegeler ...
  • org.apache.xalan.templates.Stylesheet
    Represents a stylesheet element. <p>All properties in this class have a fixed form of bean-style property accessors for all properties that represent XSL attributes or elements. These properties have setter method names accessed generically by the processor, and so these names must be fixed ...
  • org.apache.excalibur.xml.xpath.XPathProcessorImpl
    This class defines the implementation of the {@link XPathProcessor} component. To configure it, add the following lines in the <file>cocoon.xconf</file> file: <pre> &lt;xpath-processor class="org.apache.cocoon.components.xpath.XPathProcessorImpl"&gt; &lt;/xpath-proc ...
  • org.apache.xalan.templates.ElemApplyTemplates
    Implement xsl:apply-templates. <pre> &amp;!ELEMENT xsl:apply-templates (xsl:sort|xsl:with-param)*> &amp;!ATTLIST xsl:apply-templates select %expr; "node()" mode %qname; #IMPLIED &amp; </pre> @see <a HREF="http://www.w3.org/TR/xslt#section-Applying-Template-Rules">s ...
  • org.apache.xalan.extensions.ExtensionNamespaceSupport
    During styleseet composition, an ExtensionNamespaceSupport object is created for each extension namespace the stylesheet uses. At the beginning of a transformation, TransformerImpl generates an ExtensionHandler for each of these objects and adds an entry to the ExtensionsTable hashtable.
  • com.icl.saxon.style.SAXONHandler
    A saxon:handler element in the style sheet: defines a Java nodehandler that can be used to process a node in place of an XSLT template
  • org.jbpm.bpel.xml.ImportWsdlLocator
    @author Alejandro Guízar @version $Revision: 1.6 $ $Date: 2005/06/23 20:45:04 $
  • 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 ...
Popular Tags