Class pmr.cml.SCIMLDTD
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pmr.cml.SCIMLDTD

java.lang.Object
   |
   +----pmr.sgml.DTD
           |
           +----pmr.cml.SCIMLDTD

public class SCIMLDTD
extends DTD
implements DynamicDTD
class SCIMLDTD A static class representing the SCIML DTD Invokes the HTML DTD.
Author:
(C) P. Murray-Rust, 1996

Constructor Index

 o SCIMLDTD()
 o SCIMLDTD(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 is a required intermezzo defined in the interface - you shouldn't need to use it and should duplicate it if you are developing DTDs

Constructors

 o SCIMLDTD
  public SCIMLDTD()
 o SCIMLDTD
  public SCIMLDTD(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 is a required intermezzo defined in the interface - you shouldn't need to use it and should duplicate it if you are developing DTDs
 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