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


public interface XmlStreamWriterCallback


Method Summary
 void withStreamWriter(XMLStreamWriter xmlStreamWriter, Writer underlyingWriter)
           
 

Method Detail

withStreamWriter

void withStreamWriter(XMLStreamWriter xmlStreamWriter,
                      Writer underlyingWriter)
                      throws XMLStreamException,
                             IOException
Parameters:
xmlStreamWriter - xml stream writer
underlyingWriter - the underlying writer that was used to constr
Throws:
XMLStreamException
XhtmlException
IOException


Copyright © 2003–2015 Atlassian. All rights reserved.