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

Class pmr.cml.CMLDTD

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

public class CMLDTD
extends DTD
implements DynamicDTD
The CML DTD object. Since CML 'contains' TecML and MOL, it doesn't do much itself. It's a useful example of how to combine DTDs...
Author:
(C) P. Murray-Rust, 1996

Constructor Index

 o CMLDTD()
 o CMLDTD(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 CML document; in practice this is delegated to TecML and MOL
 o initialiseClass()
any initialisation for the class - called automatically
 o subclassedNodeInterface(String, SGMLTree)
this *could* be inherited, I suppose...

Constructors

 o CMLDTD
  public CMLDTD()
 o CMLDTD
  public CMLDTD(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 CML document; in practice this is delegated to TecML and MOL

All Packages  Class Hierarchy  This Package  Previous  Next  Index