public class XMLWriter extends Object
ModelBuilder
class, which provides all information
about the DTD content model.Constructor and Description |
---|
XMLWriter(ModelBuilder mb)
Creates a new instance of XMLWriter
|
Modifier and Type | Method and Description |
---|---|
StringWriter |
getBuffer()
Because sometimes you just want the buffer.
|
InputStreamReader |
getXML()
Returns an XML representation of the DTD content model.
|
public XMLWriter(ModelBuilder mb)
mb
- Contains all model informationpublic InputStreamReader getXML()
public StringWriter getBuffer()