Uses of Class org.apache.xalan.transformer.TransformerImpl

Uses in package org.apache.xalan.trace

Constructors with parameter type org.apache.xalan.transformer.TransformerImpl

EndSelectionEvent.EndSelectionEvent(TransformerImpl processor, Node sourceNode, ElemTemplateElement styleNode, String attributeName, XPath xpath, XObject selection)
Create an EndSelectionEvent.
ExtensionEvent.ExtensionEvent(TransformerImpl transformer, Class clazz)
ExtensionEvent.ExtensionEvent(TransformerImpl transformer, Constructor constructor, Object[] arguments)
ExtensionEvent.ExtensionEvent(TransformerImpl transformer, Method method, Object instance, Object[] arguments)
GenerateEvent.GenerateEvent(TransformerImpl processor, int eventType)
Constructor for startDocument, endDocument events.
GenerateEvent.GenerateEvent(TransformerImpl processor, int eventType, String data)
Constructor for comment and entity ref events.
GenerateEvent.GenerateEvent(TransformerImpl processor, int eventType, String name, String data)
Constructor for processingInstruction events.
GenerateEvent.GenerateEvent(TransformerImpl processor, int eventType, String name, Attributes atts)
Constructor for startElement, endElement events.
GenerateEvent.GenerateEvent(TransformerImpl processor, int eventType, ch[] , int start, int length)
Constructor for characters, cdate events.
SelectionEvent.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.
Constructor for the trace manager.
TracerEvent.TracerEvent(TransformerImpl processor, Node sourceNode, QName mode, ElemTemplateElement styleNode)
Create an event originating at the given node of the style tree.

Fields of type org.apache.xalan.transformer.TransformerImpl

TransformerImpl
The XSLT Transformer, which either directly or indirectly contains most needed information.
TransformerImpl
The XSLT processor instance.
TransformerImpl
The XSLT processor instance.
TransformerImpl

Uses in package org.apache.xalan.extensions

Constructors with parameter type org.apache.xalan.transformer.TransformerImpl

Create a processor context to be passed to an extension.

Methods with parameter type org.apache.xalan.transformer.TransformerImpl

void
ExtensionHandler.processElement(String localPart, ElemTemplateElement element, TransformerImpl transformer, Stylesheet stylesheetTree, Object methodKey)
Process a call to this extension namespace via an element.
void
ExtensionHandlerExsltFunction.processElement(String localPart, ElemTemplateElement element, TransformerImpl transformer, Stylesheet stylesheetTree, Object methodKey)
Required by ExtensionHandler (an abstract method).
void
ExtensionHandlerGeneral.processElement(String localPart, ElemTemplateElement element, TransformerImpl transformer, Stylesheet stylesheetTree, Object methodKey)
Process a call to this extension namespace via an element.
void
ExtensionHandlerJavaClass.processElement(String localPart, ElemTemplateElement element, TransformerImpl transformer, Stylesheet stylesheetTree, Object methodKey)
Process a call to this extension namespace via an element.
void
ExtensionHandlerJavaPackage.processElement(String localPart, ElemTemplateElement element, TransformerImpl transformer, Stylesheet stylesheetTree, Object methodKey)
Process a call to this extension namespace via an element.

Methods with return type org.apache.xalan.transformer.TransformerImpl

TransformerImpl
Get the transformer.

Uses in package org.apache.xalan.transformer

Constructors with parameter type org.apache.xalan.transformer.TransformerImpl

Create a message manager object.
Constructor StackGuard
TransformerHandlerImpl.TransformerHandlerImpl(TransformerImpl transformer, boolean doFragment, String baseSystemID)
Construct a TransformerHandlerImpl.
Constructor.

Methods with parameter type org.apache.xalan.transformer.TransformerImpl

void
SerializerSwitcher.switchSerializerIfHTML(TransformerImpl transformer, String ns, String localName)
Switch to HTML serializer if element is HTML

Methods with return type org.apache.xalan.transformer.TransformerImpl

TransformerImpl
Return the Transformer object used for this XML filter.

Uses in package org.apache.xalan.templates

Constructors with parameter type org.apache.xalan.transformer.TransformerImpl

XUnresolvedVariable.XUnresolvedVariable(ElemVariable obj, int sourceNode, TransformerImpl transformer, int varStackPos, int varStackContext, boolean isGlobal)
Create an XUnresolvedVariable, that may be executed at a later time.

Methods with parameter type org.apache.xalan.transformer.TransformerImpl

void
Add the attributes from the named attribute sets to the attribute list.
void
Execute the xsl:apply-imports transformation.
void
Apply the context node to the matching templates.
void
Create an attribute in the result tree.
void
Apply a set of attributes to the element.
void
Invoke a named template.
void
Execute the xsl:choose transformation.
void
Execute the xsl:comment transformation
void
The xsl:copy element provides an easy way of copying the current node.
void
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]).
void
Create an element in the result tree.
void
Generate the EXSLT function return value, and assign it to the variable index slot assigned for it in ElemExsltFunction compose().
void
Execute an extension.
void
This is the normal call when xsl:fallback is instantiated.
void
Execute the xsl:for-each transformation
void
Conditionally execute a sub-template.
void
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.
void
Send a message to diagnostics.
void
Execute an xsl:number instruction.
void
Execute a variable declaration and push it onto the variable stack.
void
Create a processing instruction in the result tree.
void
Copy the template contents into the result tree.
void
Execute the element's primary function.
void
Copy the text literal to the result tree.
void
Execute an unknown element.
void
Copy attributes specified by use-attribute-sets to the result tree.
void
Execute the string expression and copy the text to the result tree.
void
Execute a variable declaration and push it onto the variable stack.
void
Execute a variable declaration and push it onto the variable stack.
void
void
Execute the fallback elements.
String
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}".
XObject
ElemVariable.getValue(TransformerImpl transformer, int sourceNode)
Get the XObject representation of the variable.
XObject
ElemWithParam.getValue(TransformerImpl transformer, int sourceNode)
Get the XObject representation of the variable.
void
This function will be called on top-level elements only, just before the transform begins.
void
This function will be called on top-level elements only, just before the transform begins.
void
Perform a query if needed, and call transformNode for each child.
void
Perform a query if needed, and call transformNode for each child.

Copyright B) 2004 Apache XML Project. All Rights Reserved.