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

Class pmr.sgml.HTML_PNode

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

public class HTML_PNode
extends DrawableHTMLNode
A paragraph; taken from HTML 2.0 DTD. only %text allowed as content
Author:
(C) P. Murray-Rust, 1996

Constructor Index

 o HTML_PNode()
create the HTML_PNode

Method Index

 o addSubObject(DrawableHTMLNode)
add a subObject (if not allowed, squeak)
 o display()
Kicks off a ScrollableTopLevel which contains the object.

Constructors

 o HTML_PNode
  public HTML_PNode()
create the HTML_PNode

Methods

 o display
  public void display()
Kicks off a ScrollableTopLevel which contains the object.
Overrides:
display in class DrawableSGMLNode
 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