|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XmlStreamDocWrapping
This auxiliary interface defines methods for writing
a head
and a tail
for an XML document.
It supports the creation of efficient XML document
output wrapper objects such as those provided by the
HSDocWrapping
class.
Method Summary | |
---|---|
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. |
Method Detail |
---|
void writeDocHead() throws java.io.IOException
java.io.IOException
void writeDocTail() throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |