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

Class pmr.sgml.ANYDTD

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

public class ANYDTD
extends DTD
implements DynamicDTD
The ANY DTD object. Used when there is no DOCTYPE :-)
Author:
(C) P. Murray-Rust, 1996

Constructor Index

 o ANYDTD()
 o ANYDTD(DTD)
create the DTD if required; I haven't used this so far

Method Index

 o createSubclassedNode(String, SGMLTree)
A means of creating sub-objects in a ANY document;
 o initialiseClass()
any initialisation for the class - called automatically
 o subclassedNodeInterface(String, SGMLTree)
this *could* be inherited, I suppose...

Constructors

 o ANYDTD
  public ANYDTD()
 o ANYDTD
  public ANYDTD(DTD dtd)
create the DTD if required; I haven't used this so far

Methods

 o initialiseClass
  public void initialiseClass()
any initialisation for 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)
A means of creating sub-objects in a ANY document;

All Packages  Class Hierarchy  This Package  Previous  Next  Index