com.wutka.dtd
Interface DTDOutput

All Known Implementing Classes:
DTD, DTDCardinal, DTDComment, DTDDecl, DTDElement, DTDEntity, DTDEnumeration, DTDExternalID, DTDItem, DTDNotation, DTDNotationList, DTDProcessingInstruction, DTDAttribute, DTDAttlist

public interface DTDOutput

Defines the method used for writing DTD information to a PrintWriter

Version:
$Revision: 1.12 $ $Date: 2000/09/01 13:21:05 $ by $Author: wutka $
Author:
Mark Wutka

Method Summary
 void write(PrintWriter out)
           
 

Method Detail

write

public void write(PrintWriter out)
           throws IOException