Class pmr.sgml.HTML_BRNode
All Packages Class Hierarchy This Package Previous Next Index
Class pmr.sgml.HTML_BRNode
java.lang.Object
|
+----pmr.sgml.SGMLNode
|
+----pmr.sgml.DrawableSGMLNode
|
+----pmr.sgml.DrawableHTMLNode
|
+----pmr.sgml.HTML_BRNode
- public class HTML_BRNode
- extends DrawableHTMLNode
A line break; taken from HTML 2.0 DTD. no content
- Author:
- (C) P. Murray-Rust, 1996
-
HTML_BRNode()
- create the HTML_BRNode
-
addSubObject(DrawableHTMLNode)
- cannot add a subObject (if not allowed, squeak)
HTML_BRNode
public HTML_BRNode()
- create the HTML_BRNode
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