Uses of Class
org.apache.xalan.transformer.TransformerImpl
Packages that use TransformerImpl
Package
Description
Implementation of Xalan Extension Mechanism.
Extension elements and functions shipped with Xalan-Java, including EXSLT functions.
Implements the
Templates interface,
and defines a set of classes that represent an XSLT stylesheet.Implementation of Xalan Trace events, for use by a debugger.
In charge of run-time transformations and the production of result trees.
-
Uses of TransformerImpl in org.apache.xalan.extensions
Methods in org.apache.xalan.extensions that return TransformerImplMethods in org.apache.xalan.extensions with parameters of type TransformerImplModifier and TypeMethodDescriptionabstract voidExtensionHandler.processElement(String localPart, ElemTemplateElement element, TransformerImpl transformer, Stylesheet stylesheetTree, Object methodKey) Process a call to this extension namespace via an element.voidExtensionHandlerExsltFunction.processElement(String localPart, ElemTemplateElement element, TransformerImpl transformer, Stylesheet stylesheetTree, Object methodKey) Required by ExtensionHandler (an abstract method).voidExtensionHandlerGeneral.processElement(String localPart, ElemTemplateElement element, TransformerImpl transformer, Stylesheet stylesheetTree, Object methodKey) Process a call to this extension namespace via an element.voidExtensionHandlerJavaClass.processElement(String localPart, ElemTemplateElement element, TransformerImpl transformer, Stylesheet stylesheetTree, Object methodKey) Process a call to this extension namespace via an element.voidExtensionHandlerJavaPackage.processElement(String localPart, ElemTemplateElement element, TransformerImpl transformer, Stylesheet stylesheetTree, Object methodKey) Process a call to this extension namespace via an element.Constructors in org.apache.xalan.extensions with parameters of type TransformerImplModifierConstructorDescriptionXSLProcessorContext(TransformerImpl transformer, Stylesheet stylesheetTree) Create a processor context to be passed to an extension. -
Uses of TransformerImpl in org.apache.xalan.lib
Methods in org.apache.xalan.lib with parameters of type TransformerImplModifier and TypeMethodDescriptionRedirect.createSerializationHandler(TransformerImpl transformer, FileOutputStream ostream, File file, OutputProperties format) A class that extends this one could over-ride this public method and receive a callback for the creation of the serializer used in the redirection.voidRedirect.endRedirection(TransformerImpl transf) A class that extends this class can over-ride this public method and receive a callback that redirection to the ContentHandler specified in the startRedirection() call has endedvoidRedirect.startRedirection(TransformerImpl transf, ContentHandler formatter) A class that extends this class can over-ride this public method and recieve a callback that redirection is about to start -
Uses of TransformerImpl in org.apache.xalan.templates
Methods in org.apache.xalan.templates with parameters of type TransformerImplModifier and TypeMethodDescriptionvoidElemUse.applyAttrSets(TransformerImpl transformer, StylesheetRoot stylesheet) Add the attributes from the named attribute sets to the attribute list.voidElemApplyImport.execute(TransformerImpl transformer) Execute the xsl:apply-imports transformation.voidElemApplyTemplates.execute(TransformerImpl transformer) Apply the context node to the matching templates.voidElemAttributeSet.execute(TransformerImpl transformer) Apply a set of attributes to the element.voidElemCallTemplate.execute(TransformerImpl transformer) Invoke a named template.voidElemChoose.execute(TransformerImpl transformer) Execute the xsl:choose transformation.voidElemComment.execute(TransformerImpl transformer) Execute the xsl:comment transformationvoidElemCopy.execute(TransformerImpl transformer) The xsl:copy element provides an easy way of copying the current node.voidElemCopyOf.execute(TransformerImpl transformer) The xsl:copy-of element can be used to insert a result tree fragment into the result tree, without first converting it to a string as xsl:value-of does (see [7.6.1 Generating Text with xsl:value-of]).voidElemElement.execute(TransformerImpl transformer) Create an element in the result tree.voidElemExsltFuncResult.execute(TransformerImpl transformer) Generate the EXSLT function return value, and assign it to the variable index slot assigned for it in ElemExsltFunction compose().voidElemExsltFunction.execute(TransformerImpl transformer, XObject[] args) voidElemExtensionCall.execute(TransformerImpl transformer) Execute an extension.voidElemFallback.execute(TransformerImpl transformer) This is the normal call when xsl:fallback is instantiated.voidElemForEach.execute(TransformerImpl transformer) Execute the xsl:for-each transformationvoidElemIf.execute(TransformerImpl transformer) Conditionally execute a sub-template.voidElemLiteralResult.execute(TransformerImpl transformer) Copy a Literal Result Element into the Result tree, copy the non-excluded namespace attributes, copy the attributes not of the XSLT namespace, and execute the children of the LRE.voidElemMessage.execute(TransformerImpl transformer) Send a message to diagnostics.voidElemNumber.execute(TransformerImpl transformer) Execute an xsl:number instruction.voidElemParam.execute(TransformerImpl transformer) Execute a variable declaration and push it onto the variable stack.voidElemPI.execute(TransformerImpl transformer) Create a processing instruction in the result tree.voidElemTemplate.execute(TransformerImpl transformer) Copy the template contents into the result tree.voidElemTemplateElement.execute(TransformerImpl transformer) Execute the element's primary function.voidElemTextLiteral.execute(TransformerImpl transformer) Copy the text literal to the result tree.voidElemUnknown.execute(TransformerImpl transformer) Execute an unknown element.voidElemUse.execute(TransformerImpl transformer) Copy attributes specified by use-attribute-sets to the result tree.voidElemValueOf.execute(TransformerImpl transformer) Execute the string expression and copy the text to the result tree.voidElemVariable.execute(TransformerImpl transformer) Execute a variable declaration and push it onto the variable stack.voidElemVariablePsuedo.execute(TransformerImpl transformer) Execute a variable declaration and push it onto the variable stack.voidElemFallback.executeFallback(TransformerImpl transformer) Execute the fallback elements.ElemExtensionCall.getAttribute(String rawName, Node sourceNode, TransformerImpl transformer) Return the value of the attribute interpreted as an Attribute Value Template (in other words, you can use curly expressions such as href="http://{website}".ElemVariable.getValue(TransformerImpl transformer, int sourceNode) Get the XObject representation of the variable.ElemWithParam.getValue(TransformerImpl transformer, int sourceNode) Get the XObject representation of the variable.voidElemExtensionDecl.runtimeInit(TransformerImpl transformer) This function will be called on top-level elements only, just before the transform begins.voidElemTemplateElement.runtimeInit(TransformerImpl transformer) This function will be called on top-level elements only, just before the transform begins.voidElemApplyTemplates.transformSelectedNodes(TransformerImpl transformer) Perform a query if needed, and call transformNode for each child.voidElemForEach.transformSelectedNodes(TransformerImpl transformer) Perform a query if needed, and call transformNode for each child.Constructors in org.apache.xalan.templates with parameters of type TransformerImplModifierConstructorDescriptionXUnresolvedVariable(ElemVariable obj, int sourceNode, TransformerImpl transformer, int varStackPos, int varStackContext, boolean isGlobal) Create an XUnresolvedVariable, that may be executed at a later time. -
Uses of TransformerImpl in org.apache.xalan.trace
Fields in org.apache.xalan.trace declared as TransformerImplModifier and TypeFieldDescriptionGenerateEvent.m_processorThe XSLT Transformer, which either directly or indirectly contains most needed information.final TransformerImplSelectionEvent.m_processorThe XSLT processor instance.final TransformerImplTracerEvent.m_processorThe XSLT processor instance.final TransformerImplExtensionEvent.m_transformerConstructors in org.apache.xalan.trace with parameters of type TransformerImplModifierConstructorDescriptionEndSelectionEvent(TransformerImpl processor, Node sourceNode, ElemTemplateElement styleNode, String attributeName, XPath xpath, XObject selection) Create an EndSelectionEvent.ExtensionEvent(TransformerImpl transformer, Class clazz) ExtensionEvent(TransformerImpl transformer, Constructor constructor, Object[] arguments) ExtensionEvent(TransformerImpl transformer, Method method, Object instance, Object[] arguments) GenerateEvent(TransformerImpl processor, int eventType) Constructor for startDocument, endDocument events.GenerateEvent(TransformerImpl processor, int eventType, char[] ch, int start, int length) Constructor for characters, cdate events.GenerateEvent(TransformerImpl processor, int eventType, String data) Constructor for comment and entity ref events.GenerateEvent(TransformerImpl processor, int eventType, String name, String data) Constructor for processingInstruction events.GenerateEvent(TransformerImpl processor, int eventType, String name, Attributes atts) Constructor for startElement, endElement events.SelectionEvent(TransformerImpl processor, Node sourceNode, ElemTemplateElement styleNode, String attributeName, XPath xpath, XObject selection) Create an event originating at the given node of the style tree.TraceManager(TransformerImpl transformer) Constructor for the trace manager.TracerEvent(TransformerImpl processor, Node sourceNode, QName mode, ElemTemplateElement styleNode) Create an event originating at the given node of the style tree. -
Uses of TransformerImpl in org.apache.xalan.transformer
Methods in org.apache.xalan.transformer that return TransformerImplModifier and TypeMethodDescriptionTrAXFilter.getTransformer()Return the Transformer object used for this XML filter.Methods in org.apache.xalan.transformer with parameters of type TransformerImplModifier and TypeMethodDescriptionstatic voidSerializerSwitcher.switchSerializerIfHTML(TransformerImpl transformer, String ns, String localName) Switch to HTML serializer if element is HTMLConstructors in org.apache.xalan.transformer with parameters of type TransformerImplModifierConstructorDescriptionMsgMgr(TransformerImpl transformer) Create a message manager object.StackGuard(TransformerImpl transformerImpl) Constructor StackGuardTransformerHandlerImpl(TransformerImpl transformer, boolean doFragment, String baseSystemID) Construct a TransformerHandlerImpl.TreeWalker2Result(TransformerImpl transformer, SerializationHandler handler) Constructor.