接口 XmlCharacterStreamProvider


  • public interface XmlCharacterStreamProvider
    Interface defining handling involved with providing Writer data for XML input.
    从以下版本开始:
    2.5.5
    作者:
    Thomas Risberg
    另请参阅:
    Writer
    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型方法说明
      voidprovideXml​(Writer writer)
      Implementations must implement this method to provide the XML content for the Writer.
    • 方法详细资料

      • provideXml

        void provideXml​(Writer writer)
                 throws IOException
        Implementations must implement this method to provide the XML content for the Writer.
        参数:
        writer - the Writer object being used to provide the XML input
        抛出:
        IOException - if an I/O error occurs while providing the XML