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:
    Writer
    • Method Detail

      • 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