Class AbstractX4OWriterSession<T>
java.lang.Object
org.x4o.xml.io.AbstractX4OConnectionDebug
org.x4o.xml.io.AbstractX4OConnection
org.x4o.xml.io.AbstractX4OWriterSession<T>
- All Implemented Interfaces:
X4OConnection
,X4OWriter<T>
,X4OWriterSession<T>
- Direct Known Subclasses:
AbstractX4OWriter
public abstract class AbstractX4OWriterSession<T>
extends AbstractX4OConnection
implements X4OWriterSession<T>
AbstractX4OWriterSession.
- Version:
- 1.0 Apr 6, 2013
- Author:
- Willem Cazander
-
Field Summary
Fields inherited from class org.x4o.xml.io.AbstractX4OConnection
phaseSkip, phaseStop
Fields inherited from class org.x4o.xml.io.AbstractX4OConnectionDebug
ABSTRACT_DEBUG_OUTPUT_HANDLER, ABSTRACT_DEBUG_OUTPUT_STREAM, ABSTRACT_DEBUG_OUTPUT_STREAM_CLOSE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
writeFileSession
(X4OLanguageSession languageSession, File file) void
writeFileSession
(X4OLanguageSession languageSession, String fileName) writeStringSession
(X4OLanguageSession languageSession) Methods inherited from class org.x4o.xml.io.AbstractX4OConnection
addPhaseSkip, getLanguage, getProperty, getPropertyKeys, setPhaseStop, setProperty
Methods inherited from class org.x4o.xml.io.AbstractX4OConnectionDebug
debugException, debugStart, debugStop
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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
Methods inherited from interface org.x4o.xml.io.X4OWriterSession
writeSession
-
Constructor Details
-
AbstractX4OWriterSession
-
-
Method Details
-
writeFileSession
public void writeFileSession(X4OLanguageSession languageSession, String fileName) throws X4OConnectionException, SAXException, IOException - Specified by:
writeFileSession
in interfaceX4OWriterSession<T>
- Throws:
X4OConnectionException
SAXException
IOException
-
writeFileSession
public void writeFileSession(X4OLanguageSession languageSession, File file) throws X4OConnectionException, SAXException, IOException - Specified by:
writeFileSession
in interfaceX4OWriterSession<T>
- Throws:
X4OConnectionException
SAXException
IOException
-
writeStringSession
public String writeStringSession(X4OLanguageSession languageSession) throws X4OConnectionException, SAXException, IOException - Specified by:
writeStringSession
in interfaceX4OWriterSession<T>
- Throws:
X4OConnectionException
SAXException
IOException
-