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

Class pmr.cml.XNOTATIONNode

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

public class XNOTATIONNode
extends DrawableX_Node
represents a chunk of Free Text (Not yet implemented)
Author:
(C) P. Murray-Rust, 1996

Constructor Index

 o XNOTATIONNode(String, SGMLTree)

Method Index

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

Constructors

 o XNOTATIONNode
  public XNOTATIONNode(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