All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class xg.xg_PI

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

public class xg_PI
extends xg_Node
An XML processing instruction.


Variable Index

 o InstructionString

Constructor Index

 o xg_PI()
Default constructor.
 o xg_PI(String)
Construct a processing instruction with a name.

Method Index

 o getInstructionString()
Get the value of the instruction.
 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 processing instruction in XML source form in InputWriter.
 o setInstructionString(String)
Set the value of the processing instruction.

Variables

 o InstructionString
 protected String InstructionString

Constructors

 o xg_PI
 public xg_PI()
Default constructor.

 o xg_PI
 public xg_PI(String InputNodeName)
Construct a processing instruction with a name.

Parameters:
InputNodeName - The name of the node

Methods

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

Parameters:
InputWriter - The writer to which the source will be written
Overrides:
save in class xg_Node
 o setInstructionString
 public void setInstructionString(String InputInstructionString)
Set the value of the processing instruction.

Parameters:
InputInstructionString - The value of the instruction 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 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 getInstructionString
 public String getInstructionString()
Get the value of the instruction.

Returns:
The value of the instruction

All Packages  Class Hierarchy  This Package  Previous  Next  Index