Interface XmlCharacterStreamProvider


public interface XmlCharacterStreamProvider
Interface defining handling involved with providing Writer data for XML input.
Since:
2.5.5
Author:
Thomas Risberg
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Implementations must implement this method to provide the XML content for the Writer.
  • Method Details

    • provideXml

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