Interface XmlStreamWriterCallback
-
public interface XmlStreamWriterCallback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
withStreamWriter(XMLStreamWriter xmlStreamWriter, Writer underlyingWriter)
-
-
-
Method Detail
-
withStreamWriter
void withStreamWriter(XMLStreamWriter xmlStreamWriter, Writer underlyingWriter) throws XMLStreamException, IOException
- Parameters:
xmlStreamWriter
- xml stream writerunderlyingWriter
- the underlying writer that was used to constr- Throws:
XMLStreamException
IOException
-
-