Class pmr.sgml.HTML_BlockNode
All Packages Class Hierarchy This Package Previous Next Index
Class pmr.sgml.HTML_BlockNode
java.lang.Object
|
+----pmr.sgml.SGMLNode
|
+----pmr.sgml.DrawableSGMLNode
|
+----pmr.sgml.DrawableHTMLNode
|
+----pmr.sgml.HTML_BlockNode
- public class HTML_BlockNode
- extends DrawableHTMLNode
A block of hypertext; taken from HTML 2.0 DTD. Its components can be
- P (a paragraph) - class Paragraph
- %list (UL, OL) (DIR and MENU are not supported) - class HTML_ListNode
- DL (a dictionary listing) - class HTML_DLNode
- Author:
- (C) P. Murray-Rust, 1996
-
HTML_BlockNode()
- create the HTML_BlockNode
-
HTML_BlockNode(String, SGMLTree)
-
-
addSubObject(DrawableHTMLNode)
- add a subObject (if not allowed, squeak)
-
containsTag(String)
- is tag among those that this Node contains.
-
getColor()
- color of SGMLNode text - overridden by subclasses?
HTML_BlockNode
public HTML_BlockNode()
- create the HTML_BlockNode
HTML_BlockNode
public HTML_BlockNode(String giName,
SGMLTree tree)
getColor
public Color getColor()
- color of SGMLNode text - overridden by subclasses?
- Overrides:
- getColor in class SGMLNode
containsTag
public static boolean containsTag(String tag)
- is tag among those that this Node contains.
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