public interface XmlStreamWriterTemplate
Modifier and Type | Method and Description |
---|---|
void |
execute(Writer writer,
XmlStreamWriterCallback callback)
Executes the specified callback and writes to the provided writer.
|
void execute(Writer writer, XmlStreamWriterCallback callback) throws XMLStreamException, IOException
callback
- the stream writer will be exposed to this callback for writingwriter
- the writer to which the output should be sentXMLStreamException
XhtmlException
IOException
Copyright © 2003–2021 Atlassian. All rights reserved.