Frames | No Frames |
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, org.w3c.dom.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 | Get the XObject representation of the variable.
|
XObject | 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.
|
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.
|
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 | 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.
|
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, Constructor constructor, Object[] arguments) | |
ExtensionEvent.ExtensionEvent(TransformerImpl transformer, Method method, Object instance, Object[] arguments) | |
Constructor for startDocument, endDocument events.
| |
Constructor for comment and entity ref events.
| |
Constructor for startElement, endElement events.
| |
Constructor for processingInstruction events.
| |
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 |
Methods with parameter type org.apache.xalan.transformer.TransformerImpl | |
SerializationHandler | Redirect.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.
|
void | 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 ended
|
void | A class that extends this class can over-ride this public method and recieve
a callback that redirection is about to start
|