public interface ProvSerialiser
| Modifier and Type | Method and Description |
|---|---|
void |
serialiseDocument(OutputStream out,
Document document,
boolean formatted)
Serializes a document to a stream
|
void serialiseDocument(OutputStream out, Document document, boolean formatted) throws JAXBException
out - an OutputStreamdocument - a Documentformatted - a boolean indicating whether the output should be pretty-printedJAXBExceptionCopyright © 2016. All rights reserved.