All Packages Class Hierarchy This Package Previous Next Index
Class org.xmlmiddleware.schemas.dtds.DTDSerializer
java.lang.Object
|
+----org.xmlmiddleware.schemas.dtds.DTDSerializer
- public class DTDSerializer
- extends Object
Class that serializes a DTD.
Note that this class does not write out parameter entities.
- Version:
- 2.0
- Author:
- Ronald Bourret
-
DTDSerializer()
- Construct a new DTDSerializer.
-
serialize(DTD, Writer, boolean)
- Serialize a DTD to a Writer.
DTDSerializer
public DTDSerializer()
- Construct a new DTDSerializer.
serialize
public void serialize(DTD dtd,
Writer writer,
boolean pretty) throws IOException
- Serialize a DTD to a Writer.
- Parameters:
- dtd - The DTD.
- writer - The Writer.
- pretty - Whether to perform pretty printing.
All Packages Class Hierarchy This Package Previous Next Index