public interface XmlCharacterStreamProvider
Writer
data for XML input.Writer
Modifier and Type | Method and Description |
---|---|
void |
provideXml(java.io.Writer writer)
Implementations must implement this method to provide the XML content
for the
Writer . |
void provideXml(java.io.Writer writer) throws java.io.IOException
Writer
.writer
- the Writer
object being used to provide the XML inputjava.io.IOException
- if an I/O error occurs while providing the XML