Class pmr.cml.XADDRNode
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pmr.cml.XADDRNode

java.lang.Object
   |
   +----pmr.sgml.SGMLNode
           |
           +----pmr.sgml.DrawableSGMLNode
                   |
                   +----pmr.cml.DrawableX_Node
                           |
                           +----pmr.cml.XADDRNode

public class XADDRNode
extends DrawableX_Node
a real-life address (city, state, etc.). Also manages e-things such as URLs

Constructor Index

 o XADDRNode(String, SGMLTree)

Method Index

 o mayContain(SGMLNode)
can this node contain others.
 o showHelp()
display help

Constructors

 o XADDRNode
  public XADDRNode(String giName,
                   SGMLTree tree)

Methods

 o showHelp
  public void showHelp()
display help
Overrides:
showHelp in class DrawableX_Node
 o mayContain
  public boolean mayContain(SGMLNode n)
can this node contain others.
Overrides:
mayContain in class DrawableX_Node

All Packages  Class Hierarchy  This Package  Previous  Next  Index