public abstract class AbstractX4OWriter<T> extends AbstractX4OWriterContext<T> implements X4OWriter<T>
Constructor and Description |
---|
AbstractX4OWriter(X4OLanguageContext elementLanguage) |
Modifier and Type | Method and Description |
---|---|
String[] |
getPropertyKeySet() |
void |
write(T object,
OutputStream output) |
void |
writeFile(T object,
File file) |
void |
writeFile(T object,
String fileName) |
String |
writeString(T object) |
writeFileContext, writeFileContext, writeStringContext
getLanguageContext, getProperty, setProperty
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getProperty, setProperty
writeContext
public AbstractX4OWriter(X4OLanguageContext elementLanguage)
public String[] getPropertyKeySet()
getPropertyKeySet
in interface X4OConnection
X4OConnection.getPropertyKeySet()
public void write(T object, OutputStream output) throws X4OConnectionException, SAXException, IOException
write
in interface X4OWriter<T>
X4OConnectionException
SAXException
IOException
public void writeFile(T object, String fileName) throws X4OConnectionException, SAXException, IOException, FileNotFoundException
writeFile
in interface X4OWriter<T>
X4OConnectionException
SAXException
IOException
FileNotFoundException
public void writeFile(T object, File file) throws X4OConnectionException, SAXException, IOException, FileNotFoundException
writeFile
in interface X4OWriter<T>
X4OConnectionException
SAXException
IOException
FileNotFoundException
public String writeString(T object) throws X4OConnectionException, SAXException, IOException, FileNotFoundException
writeString
in interface X4OWriter<T>
X4OConnectionException
SAXException
IOException
FileNotFoundException
Copyright © 2004-2013 X4O. All Rights Reserved.