接口 XmlCharacterStreamProvider
public interface XmlCharacterStreamProvider
Interface defining handling involved with providingWriterdata for XML input.- 从以下版本开始:
- 2.5.5
- 作者:
- Thomas Risberg
- 另请参阅:
Writer
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voidprovideXml(Writer writer)Implementations must implement this method to provide the XML content for theWriter.
方法详细资料
provideXml
void provideXml(Writer writer) throws IOException
Implementations must implement this method to provide the XML content for theWriter.- 参数:
writer- theWriterobject being used to provide the XML input- 抛出:
IOException- if an I/O error occurs while providing the XML