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

Class pmr.sgml.HTML_IMGNode

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

public class HTML_IMGNode
extends DrawableHTMLNode
An image; taken from HTML 2.0 DTD. (no content, but attributes)
Author:
(C) P. Murray-Rust, 1996

Constructor Index

 o HTML_IMGNode()
create the HTML_IMGNode

Method Index

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

Constructors

 o HTML_IMGNode
  public HTML_IMGNode()
create the HTML_IMGNode

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