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

Class pmr.sgml.HTML_BodyNode

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

public class HTML_BodyNode
extends DrawableHTMLNode
(%body.content) ; taken from HTML 2.0 DTD. Its components can be
Author:
(C) P. Murray-Rust, 1996

Constructor Index

 o HTML_BodyNode()
create the HTML_BodyNode

Method Index

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

Constructors

 o HTML_BodyNode
  public HTML_BodyNode()
create the HTML_BodyNode

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index