Class DefaultX4OWriter<T>
java.lang.Object
org.x4o.xml.io.AbstractX4OConnectionDebug
org.x4o.xml.io.AbstractX4OConnection
org.x4o.xml.io.AbstractX4OWriterSession<T>
org.x4o.xml.io.AbstractX4OWriter<T>
org.x4o.xml.io.DefaultX4OWriter<T>
- All Implemented Interfaces:
X4OConnection
,X4OWriter<T>
,X4OWriterSession<T>
DefaultX4OWriter can write the xml language.
- Version:
- 1.0 Apr 6, 2013
- Author:
- Willem Cazander
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final SAX3PropertyConfig
static final String
static final String
static final String
static final String
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
writeSession
(X4OLanguageSession languageSession, OutputStream output) Methods inherited from class org.x4o.xml.io.AbstractX4OWriter
write, writeFile, writeFile, writeString
Methods inherited from class org.x4o.xml.io.AbstractX4OWriterSession
writeFileSession, writeFileSession, writeStringSession
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
-
Field Details
-
DEFAULT_PROPERTY_CONFIG
-
OUTPUT_STREAM
- See Also:
-
OUTPUT_XDBX
- See Also:
-
SCHEMA_PRINT
- See Also:
-
SCHEMA_ROOT_URI
- See Also:
-
DEBUG_OUTPUT_HANDLER
- See Also:
-
DEBUG_OUTPUT_STREAM
- See Also:
-
DEBUG_OUTPUT_STREAM_CLOSE
- See Also:
-
-
Constructor Details
-
DefaultX4OWriter
Default constructor.- Parameters:
language
- The language for this writer.
-
-
Method Details
-
getPropertyConfig
- See Also:
-
writeSession
public void writeSession(X4OLanguageSession languageSession, OutputStream output) throws X4OConnectionException, SAXException, IOException - Throws:
X4OConnectionException
SAXException
IOException
- See Also:
-