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

Class pmr.sgml.HTMLDTD

java.lang.Object
   |
   +----pmr.sgml.DTD
           |
           +----pmr.sgml.HTMLDTD

public class HTMLDTD
extends DTD
implements DynamicDTD
This supports the HTML DTD and also provides rendering routines (or will shortly!). It's in this package since HTML is so closely linked to SGML and forms a major output method
Author:
(C) P. Murray-Rust, 1996

Constructor Index

 o HTMLDTD()
 o HTMLDTD(DTD)

Method Index

 o createSubclassedNode(String, SGMLTree)
creates a new SGMLNode of the appropriate Subclass (if it exists).
 o initialiseClass()
 o subclassedNodeInterface(String, SGMLTree)

Constructors

 o HTMLDTD
  public HTMLDTD()
 o HTMLDTD
  public HTMLDTD(DTD dtd)

Methods

 o initialiseClass
  public void initialiseClass()
 o subclassedNodeInterface
  public SGMLNode subclassedNodeInterface(String giName,
                                          SGMLTree tree)
 o createSubclassedNode
  public static SGMLNode createSubclassedNode(String giName,
                                              SGMLTree tree)
creates a new SGMLNode of the appropriate Subclass (if it exists).

All Packages  Class Hierarchy  This Package  Previous  Next  Index