Interface XmlCharacterStreamProvider
public interface XmlCharacterStreamProvider
Interface defining handling involved with providingWriterdata for XML input.- Since:
- 2.5.5
- Author:
- Thomas Risberg
- See Also:
Writer
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprovideXml(Writer writer)Implementations must implement this method to provide the XML content for theWriter.
Method Detail
provideXml
void provideXml(Writer writer) throws IOException
Implementations must implement this method to provide the XML content for theWriter.- Parameters:
writer- theWriterobject being used to provide the XML input- Throws:
IOException- if an I/O error occurs while providing the XML