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