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

Class pmr.sgml.HTML_ANode

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

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

Constructor Index

 o HTML_ANode()
create the HTML_ANode

Method Index

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

Constructors

 o HTML_ANode
  public HTML_ANode()
create the HTML_ANode

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