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

Class pmr.sgml.HTML_EmptyNode

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

public class HTML_EmptyNode
extends DrawableHTMLNode
An EMPTY Node in HTML 2.0
Author:
(C) P. Murray-Rust, 1996

Constructor Index

 o HTML_EmptyNode()
create the HTML_EmptyNode
 o HTML_EmptyNode(String, SGMLTree)

Method Index

 o containsTag(String)
is tag among those that this Node contains.
 o getColor()
color of SGMLNode text - overridden by subclasses?

Constructors

 o HTML_EmptyNode
  public HTML_EmptyNode()
create the HTML_EmptyNode
 o HTML_EmptyNode
  public HTML_EmptyNode(String giName,
                        SGMLTree tree)

Methods

 o getColor
  public Color getColor()
color of SGMLNode text - overridden by subclasses?
Overrides:
getColor in class SGMLNode
 o containsTag
  public static boolean containsTag(String tag)
is tag among those that this Node contains.

All Packages  Class Hierarchy  This Package  Previous  Next  Index