Package org.apache.poi.util
Class GenericRecordXmlWriter
java.lang.Object
org.apache.poi.util.GenericRecordXmlWriter
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Constructor Summary
ConstructorsConstructorDescriptionGenericRecordXmlWriter(File fileName) GenericRecordXmlWriter(Appendable buffer) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()static Stringmarshal(GenericRecord record) static Stringmarshal(GenericRecord record, boolean withComments) voidsetWithComments(boolean withComments) voidwrite(GenericRecord record) voidwriteError(String errorMsg)
-
Constructor Details
-
GenericRecordXmlWriter
- Throws:
IOException
-
GenericRecordXmlWriter
-
-
Method Details
-
marshal
-
marshal
-
setWithComments
public void setWithComments(boolean withComments) -
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
write
-
writeError
-