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
-
SCIMLDTD()
-
-
SCIMLDTD(DTD)
-
-
createSubclassedNode(String, SGMLTree)
- creates a new SGMLNode of the appropriate Subclass (if it exists).
-
initialiseClass()
- any initialisation fro the class - called automatically
-
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
SCIMLDTD
public SCIMLDTD()
SCIMLDTD
public SCIMLDTD(DTD dtd)
initialiseClass
public void initialiseClass()
- any initialisation fro the class - called automatically
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
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