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

Class pmr.sgml.HTML_DLNode

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

public class HTML_DLNode
extends DrawableHTMLNode
A dictionary list; taken from HTML 2.0 DTD. only DT and DD allowed as content
Author:
(C) P. Murray-Rust, 1996

Constructor Index

 o HTML_DLNode()
create the HTML_DLNode

Method Index

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

Constructors

 o HTML_DLNode
  public HTML_DLNode()
create the HTML_DLNode

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