All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class xg.xg_Reference

java.lang.Object
   |
   +----com.sun.java.swing.tree.DefaultMutableTreeNode
           |
           +----xg.xg_Node
                   |
                   +----xg.xg_Reference

public class xg_Reference
extends xg_Node
Class xg_Reference - A representation of an entity reference.


Variable Index

 o ProcessedValue
 o RawValue

Constructor Index

 o xg_Reference()
Default constructor.
 o xg_Reference(String)
Construct a reference with a value.

Method Index

 o getNodeType()
Get the type of this node, using only type values defined for the DOM.
 o getRawValue()
Get the value of the text.
 o getSummaryString()
Get a summary descriptive string (intended for display in the tree view).
 o getType()
Get the type of this node.
 o save(Writer)
Save this reference in XML source form in InputWriter.
 o setValue(String)
Set the value of this text.

Variables

 o RawValue
 protected String RawValue
 o ProcessedValue
 protected String ProcessedValue

Constructors

 o xg_Reference
 public xg_Reference()
Default constructor.

 o xg_Reference
 public xg_Reference(String InputRawValue)
Construct a reference with a value.

Parameters:
InputRawValue - The value of the raw value of the reference

Methods

 o save
 public void save(Writer InputWriter) throws IOException
Save this reference in XML source form in InputWriter.

Parameters:
InputWriter - The writer to which the XML will be written
Overrides:
save in class xg_Node
 o setValue
 public void setValue(String InputRawValue)
Set the value of this text.

Parameters:
InputRawValue - The value of the text itself
 o getType
 public int getType()
Get the type of this node.

Returns:
The type of this node
Overrides:
getType in class xg_Node
 o getNodeType
 public int getNodeType()
Get the type of this node, using only type values defined for the DOM. (Implements org.w3c.dom.Node.getNodeType.)

Returns:
The DOM type of this node
Overrides:
getNodeType in class xg_Node
 o getSummaryString
 public String getSummaryString()
Get a summary descriptive string (intended for display in the tree view).

Returns:
A description suitable for display in the tree view
Overrides:
getSummaryString in class xg_Node
 o getRawValue
 public String getRawValue()
Get the value of the text.

Returns:
The value of the text

All Packages  Class Hierarchy  This Package  Previous  Next  Index