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.
-
ProcessedValue
-
-
RawValue
-
-
xg_Reference()
- Default constructor.
-
xg_Reference(String)
- Construct a reference with a value.
-
getNodeType()
- Get the type of this node, using only type values defined for the DOM.
-
getRawValue()
- Get the value of the text.
-
getSummaryString()
- Get a summary descriptive string (intended for display in the tree view).
-
getType()
- Get the type of this node.
-
save(Writer)
- Save this reference in XML source form in InputWriter.
-
setValue(String)
- Set the value of this text.
RawValue
protected String RawValue
ProcessedValue
protected String ProcessedValue
xg_Reference
public xg_Reference()
- Default constructor.
xg_Reference
public xg_Reference(String InputRawValue)
- Construct a reference with a value.
- Parameters:
- InputRawValue - The value of the raw value of the reference
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
setValue
public void setValue(String InputRawValue)
- Set the value of this text.
- Parameters:
- InputRawValue - The value of the text itself
getType
public int getType()
- Get the type of this node.
- Returns:
- The type of this node
- Overrides:
- getType in class xg_Node
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
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
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