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

Class pmr.sgml.DTDDTD

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

public class DTDDTD
extends DTD
implements DynamicDTD
the class for describing DTDs

Constructor Index

 o DTDDTD()
 o DTDDTD(DTD)

Method Index

 o createSubclassedNode(String, SGMLTree)
creates a new SGMLNode of the appropriate Subclass (if it exists).
 o initialiseClass()
any initialisation fro the class - called automatically
 o subclassedNodeInterface(String, SGMLTree)
this *could* be inherited, I suppose...

Constructors

 o DTDDTD
  public DTDDTD()
 o DTDDTD
  public DTDDTD(DTD dtd)

Methods

 o initialiseClass
  public void initialiseClass()
any initialisation fro the class - called automatically
 o subclassedNodeInterface
  public SGMLNode subclassedNodeInterface(String giName,
                                          SGMLTree tree)
this *could* be inherited, I suppose...
 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