All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class xs.xs_EvalElement

java.lang.Object
   |
   +----com.sun.java.swing.tree.DefaultMutableTreeNode
           |
           +----xg.xg_Node
                   |
                   +----xg.xg_Element
                           |
                           +----xs.xs_ActionElement
                                   |
                                   +----xs.xs_EvalElement

public class xs_EvalElement
extends xs_ActionElement
An XML element representing an 'eval' action within an XSL rule.


Variable Index

 o RegisteredName
The element type name normally used in XML for this sort of element.

Constructor Index

 o xs_EvalElement()
Construct an eval element with no name.
 o xs_EvalElement(String)
Construct an eval element with a name.

Method Index

 o invoke(xg_Element, Writer)
Invoke this action to the InputSourceElement, and write the results to the InputResultsWriter.

Variables

 o RegisteredName
 public static final String RegisteredName
The element type name normally used in XML for this sort of element.

Constructors

 o xs_EvalElement
 public xs_EvalElement()
Construct an eval element with no name.

 o xs_EvalElement
 public xs_EvalElement(String InputNodeName)
Construct an eval element with a name.

Parameters:
InputNodeName - The name of the element

Methods

 o invoke
 public void invoke(xg_Element InputSourceElement,
                    Writer InputResultsWriter) throws xs_StyleException, IOException
Invoke this action to the InputSourceElement, and write the results to the InputResultsWriter.

Parameters:
InputSourceElement - The pre-parsed source element currently being processed
InputResultsWriter - The writer to which to write the results of applying a stylesheet to the source element
Throws: xs_StyleException
Error applying style
Throws: IOException
Error writing to results writer
Overrides:
invoke in class xs_ActionElement

All Packages  Class Hierarchy  This Package  Previous  Next  Index