com.atlassian.confluence.content.render.xhtml
Interface XmlStreamWriterTemplate

All Known Implementing Classes:
DefaultXmlStreamWriterTemplate

public interface XmlStreamWriterTemplate


Method Summary
 String execute(XmlStreamWriterCallback callback)
          Executes the specified callback and returns a string.
 

Method Detail

execute

String execute(XmlStreamWriterCallback callback)
               throws XMLStreamException,
                      XhtmlException
Executes the specified callback and returns a string.

Parameters:
callback - the stream writer will be exposed to this callback for writing
Returns:
what was written to the stream writer as a string
Throws:
XMLStreamException
XhtmlException


Copyright © 2003-2013 Atlassian. All Rights Reserved.