com.japisoft.xmlpad.helper
Class DTDEntityHelper

java.lang.Object
  extended bycom.japisoft.xmlpad.helper.AbstractHelper
      extended bycom.japisoft.xmlpad.helper.AbstractEntityHelper
          extended bycom.japisoft.xmlpad.helper.DTDEntityHelper
All Implemented Interfaces:
EntityHelper, Helper

public class DTDEntityHelper
extends AbstractEntityHelper

Helper working with a DTD definition

Author:
(c) 2003 JAPISOFT

Field Summary
 
Fields inherited from class com.japisoft.xmlpad.helper.AbstractHelper
WIN
 
Constructor Summary
DTDEntityHelper(RootDTDNode root)
           
 
Methods inherited from class com.japisoft.xmlpad.helper.AbstractEntityHelper
addEntity, addEntityDescriptor, getEntities, prepare
 
Methods inherited from class com.japisoft.xmlpad.helper.AbstractHelper
dispose, show
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.japisoft.xmlpad.helper.Helper
dispose, show
 

Constructor Detail

DTDEntityHelper

public DTDEntityHelper(RootDTDNode root)