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,
                             XhtmlException
Parameters:
xmlStreamWriter - xml stream writer
underlyingWriter - the underlying writer that was used to constr
Throws:
XMLStreamException
XhtmlException


Copyright © 2003-2012 Atlassian. All Rights Reserved.