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

Class pmr.cml.MOLDTD

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

public class MOLDTD
extends DTD
implements DynamicDTD
the class for the dynamically loaded MOL DTD (part of CML)

Constructor Index

 o MOLDTD()
 o MOLDTD(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 isXVARBuiltin(String)
this is handed down by the XVAR processing
 o processXVARBuiltin(XVARNode, String)
this is handed down by the XVAR processing
 o subclassedNodeInterface(String, SGMLTree)
this *could* be inherited, I suppose...

Constructors

 o MOLDTD
  public MOLDTD()
 o MOLDTD
  public MOLDTD(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).
 o isXVARBuiltin
  public static boolean isXVARBuiltin(String builtinVal)
this is handed down by the XVAR processing
 o processXVARBuiltin
  public static void processXVARBuiltin(XVARNode n,
                                        String builtinVal)
this is handed down by the XVAR processing

All Packages  Class Hierarchy  This Package  Previous  Next  Index