public static class IO.XMLDocumentWriteStage extends IO.WriteStageBase<Document,IO.XMLDocumentWriteStage>
charset, closeSink, source| Modifier | Constructor and Description |
|---|---|
protected |
XMLDocumentWriteStage(Document xmldoc) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
doWriteTo(OutputStream sink)
Sub class to implement the commit to a
OutputStream logic. |
protected int |
doWriteTo(Writer sink)
Sub class to implement the commit to a
Writer logic. |
IO.XMLDocumentWriteStage |
pretty() |
encoding, ensureCloseSink, me, to, to, toprotected XMLDocumentWriteStage(Document xmldoc)
protected int doWriteTo(Writer sink)
IO.WriteStageBaseSub class to implement the commit to a Writer logic.
doWriteTo in class IO.WriteStageBase<Document,IO.XMLDocumentWriteStage>sink - the writer target to which this write stage committed.protected int doWriteTo(OutputStream sink)
IO.WriteStageBaseSub class to implement the commit to a OutputStream logic.
doWriteTo in class IO.WriteStageBase<Document,IO.XMLDocumentWriteStage>sink - the output stream target to which this write stage committed.public IO.XMLDocumentWriteStage pretty()
Copyright © 2014–2019 OSGL (Open Source General Library). All rights reserved.