public interface X4OWriterContext<T> extends X4OWriter<T>
Modifier and Type | Method and Description |
---|---|
void |
writeContext(X4OLanguageContext context,
OutputStream out) |
void |
writeFileContext(X4OLanguageContext context,
File file) |
void |
writeFileContext(X4OLanguageContext context,
String fileName) |
String |
writeStringContext(X4OLanguageContext context) |
write, writeFile, writeFile, writeString
getProperty, getPropertyKeySet, setProperty
void writeContext(X4OLanguageContext context, OutputStream out) throws X4OConnectionException, SAXException, IOException
void writeFileContext(X4OLanguageContext context, String fileName) throws X4OConnectionException, SAXException, IOException
void writeFileContext(X4OLanguageContext context, File file) throws X4OConnectionException, SAXException, IOException
String writeStringContext(X4OLanguageContext context) throws X4OConnectionException, SAXException, IOException
Copyright © 2004-2013 X4O. All Rights Reserved.