All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class xs.xs_EmptyElement

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

public class xs_EmptyElement
extends xs_ActionElement
An XML element representing an 'empty' action within an XSL rule. It is used to deliberately signify that no output is be generated when it is invoked - and miraculously achieves this by being an almost empty class itself!


Variable Index

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

Constructor Index

 o xs_EmptyElement()
Construct an 'empty' element with no name.
 o xs_EmptyElement(String)
Construct an 'empty' element with a name.

Variables

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

Constructors

 o xs_EmptyElement
 public xs_EmptyElement()
Construct an 'empty' element with no name.

 o xs_EmptyElement
 public xs_EmptyElement(String InputNodeName)
Construct an 'empty' element with a name.

Parameters:
InputNodeName - The name of the element

All Packages  Class Hierarchy  This Package  Previous  Next  Index