Interface XmlCharacterStreamProvider
Deprecated.
Interface defining handling involved with providing
Writer
data for XML input.- Since:
- 2.5.5
- Author:
- Thomas Risberg
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
provideXml
(Writer writer) Deprecated.Implementations must implement this method to provide the XML content for theWriter
.
-
Method Details
-
provideXml
Deprecated.Implementations must implement this method to provide the XML content for theWriter
.- Parameters:
writer
- theWriter
object being used to provide the XML input- Throws:
IOException
- if an I/O error occurs while providing the XML
-
SQLXML
usage