Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.xalan.processor: Javadoc index of package org.apache.xalan.processor.


Package Samples:

org.apache.xalan.processor

Classes:

ProcessorLRE: Processes an XSLT literal-result-element, or something that looks like one. The actual org.apache.xalan.templates.ElemTemplateElement produced may be a org.apache.xalan.templates.ElemLiteralResult , a org.apache.xalan.templates.StylesheetRoot , or a org.apache.xalan.templates.ElemExtensionCall .
ProcessorNamespaceAlias: TransformerFactory for xsl:namespace-alias markup. A stylesheet can use the xsl:namespace-alias element to declare that one namespace URI is an alias for another namespace URI.
XSLTElementDef: This class defines the allowed structure for an element in a XSLT stylesheet, is meant to reflect the structure defined in http://www.w3.org/TR/xslt#dtd, and the mapping between Xalan classes and the markup elements in the XSLT instance. This actually represents both text nodes and elements.
XSLTAttributeDef: This class defines an attribute for an element in a XSLT stylesheet, is meant to reflect the structure defined in http://www.w3.org/TR/xslt#dtd, and the mapping between Xalan classes and the markup attributes in the element.
ProcessorUnknown: This class processes an unknown template element. It is used both for unknown top-level elements, and for elements in the xslt namespace when the version is higher than the version of XSLT that we are set up to process.
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.
ProcessorKey: TransformerFactory for xsl:key markup.
ProcessorPreserveSpace: TransformerFactory for xsl:preserve-space markup.
TransformerFactoryImpl: The TransformerFactoryImpl, which implements the TRaX TransformerFactory interface, processes XSLT stylesheets into a Templates object (a StylesheetRoot).
ProcessorStripSpace: TransformerFactory for xsl:strip-space markup.
XSLTSchema: This class defines the allowed structure for a stylesheet, and the mapping between Xalan classes and the markup elements in the stylesheet.
XSLProcessorVersion: Administrative class to keep track of the version number of the Xalan release. See also: org/apache/xalan/res/XSLTInfo.properties
XSLTElementProcessor: This class acts as the superclass for all stylesheet element processors, and deals with things that are common to all elements.
ProcessorStylesheetDoc: This class processes the xsl:stylesheet element. At the moment, it defers all methods to it's superclass.
ProcessorDecimalFormat: Process xsl:decimal-format by creating a DecimalFormatProperties object and passing it to the stylesheet.
ProcessorExsltFunction: This class processes parse events for an exslt func:function element.
ProcessorExsltFuncResult: This class processes parse events for an exslt func:result element.
ProcessorCharacters: This class processes character events for a XSLT template element.
ProcessorTemplateElem: This class processes parse events for an XSLT template element.
ProcessorStylesheetElement: TransformerFactory for xsl:stylesheet or xsl:transform markup.
ProcessorGlobalVariableDecl: This class processes parse events for an xsl:variable element.
ProcessorImport: This class processes parse events for an xsl:import element.
ProcessorGlobalParamDecl: This class processes parse events for an xsl:param element.
ProcessorAttributeSet: This class processes parse events for an xsl:attribute-set.
ProcessorInclude: TransformerFactory class for xsl:include markup.

Home | Contact Us | Privacy Policy | Terms of Service