Class pmr.sgml.HTML_BASENode
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pmr.sgml.HTML_BASENode

java.lang.Object
   |
   +----pmr.sgml.SGMLNode
           |
           +----pmr.sgml.DrawableSGMLNode
                   |
                   +----pmr.sgml.DrawableHTMLNode
                           |
                           +----pmr.sgml.HTML_BASENode

public class HTML_BASENode
extends DrawableHTMLNode
meta-data link; BASE taken from HTML 2.0 DTD. no content
Author:
(C) P. Murray-Rust, 1996

Constructor Index

 o HTML_BASENode()
create the HTML_BASENode

Method Index

 o addSubObject(DrawableHTMLNode)
cannot add a subObject (if not allowed, squeak)

Constructors

 o HTML_BASENode
  public HTML_BASENode()
create the HTML_BASENode

Methods

 o addSubObject
  public void addSubObject(DrawableHTMLNode o)
cannot add a subObject (if not allowed, squeak)
Overrides:
addSubObject in class DrawableHTMLNode

All Packages  Class Hierarchy  This Package  Previous  Next  Index