Interface XmlStreamWriterTemplate
- All Known Implementing Classes:
- DefaultXmlStreamWriterTemplate
public interface XmlStreamWriterTemplate
- 
Method SummaryModifier and TypeMethodDescriptionvoidexecute(Writer writer, XmlStreamWriterCallback callback) Executes the specified callback and writes to the provided writer.
- 
Method Details- 
executevoid execute(Writer writer, XmlStreamWriterCallback callback) throws XMLStreamException, IOException Executes the specified callback and writes to the provided writer.- Parameters:
- writer- the writer to which the output should be sent
- callback- the stream writer will be exposed to this callback for writing
- Throws:
- XMLStreamException
- XhtmlException
- IOException
 
 
-