public interface XmlStreamDocWrapping
headand a
tailfor an XML document. It supports the creation of efficient XML document output wrapper objects such as those provided by the
HSDocWrapping
class.Modifier and Type | Method and Description |
---|---|
void |
writeDocHead()
Writes the document head to the associated stream,
to be called immediately before output to the stream of the
document element itself.
|
void |
writeDocTail()
Writes the document tail to the associated stream,
to be called immediately after output to the stream of the
document element itself.
|
void writeDocHead() throws java.io.IOException
java.io.IOException
void writeDocTail() throws java.io.IOException
java.io.IOException