Interface pmr.sgml.DynamicDTD
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface pmr.sgml.DynamicDTD

public interface DynamicDTD
extends Object
this interface is a hook to hang dynamically loadable classes for DTD-specific routines on
Author:
(C) P. Murray-Rust, 1996

Method Index

 o initialiseClass()
runs (static) initialisation routines for the DTD class (not instances)
 o subclassedNodeInterface(String, SGMLTree)
makes an instance of a SGMLNode

Methods

 o initialiseClass
  public abstract void initialiseClass()
runs (static) initialisation routines for the DTD class (not instances)
 o subclassedNodeInterface
  public abstract SGMLNode subclassedNodeInterface(String giName,
                                                   SGMLTree tree)
makes an instance of a SGMLNode

All Packages  Class Hierarchy  This Package  Previous  Next  Index