Interface X4OWriterSession<T>
- All Superinterfaces:
X4OConnection
,X4OWriter<T>
- All Known Implementing Classes:
AbstractX4OWriter
,AbstractX4OWriterSession
,DefaultX4OWriter
X4OWriterSession is writer with language session.
- Version:
- 1.0 Apr 6, 2013
- Author:
- Willem Cazander
-
Method Summary
Modifier and TypeMethodDescriptionvoid
writeFileSession
(X4OLanguageSession context, File file) void
writeFileSession
(X4OLanguageSession context, String fileName) void
writeSession
(X4OLanguageSession context, OutputStream out) writeStringSession
(X4OLanguageSession context) Methods inherited from interface org.x4o.xml.io.X4OConnection
addPhaseSkip, getProperty, getPropertyKeys, setPhaseStop, setProperty
Methods inherited from interface org.x4o.xml.io.X4OWriter
write, writeFile, writeFile, writeString
-
Method Details
-
writeSession
void writeSession(X4OLanguageSession context, OutputStream out) throws X4OConnectionException, SAXException, IOException -
writeFileSession
void writeFileSession(X4OLanguageSession context, String fileName) throws X4OConnectionException, SAXException, IOException -
writeFileSession
void writeFileSession(X4OLanguageSession context, File file) throws X4OConnectionException, SAXException, IOException -
writeStringSession
String writeStringSession(X4OLanguageSession context) throws X4OConnectionException, SAXException, IOException
-