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