Interface xmlCharacterStreamProvider


@Deprecated(since="6.2") public interface xmlCharacterStreamProvider
Deprecated.
as of 6.2, in favor of direct SQLxml usage
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
    Deprecated.
    Implementations must implement this method to provide the xml content for the Writer.
  • Method Details

    • providexml

      void providexml(Writer writer) throws IOException
      Deprecated.
      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