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

Class pmr.cml.TecMLDTD

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

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

Constructor Index

 o TecMLDTD()
 o TecMLDTD(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 TecMLDTD
  public TecMLDTD()
 o TecMLDTD
  public TecMLDTD(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