public interface XMLTextProcessor
Modifier and Type | Method and Description |
---|---|
void |
write(DOMSource aDocument,
OutputStream aStream)
Writes a document.
|
void write(DOMSource aDocument, OutputStream aStream) throws XMLException
aDocument
- Document.aStream
- Stream to write to.XMLException
- in case of problems.Copyright © 2024. All rights reserved.