Uses of Class
io.permazen.core.util.XMLObjectSerializer.OutputOptions
Packages that use XMLObjectSerializer.OutputOptions
-
Uses of XMLObjectSerializer.OutputOptions in io.permazen.core.util
Methods in io.permazen.core.util that return XMLObjectSerializer.OutputOptionsModifier and TypeMethodDescriptionXMLObjectSerializer.OutputOptions.Builder.build()
Create a newXMLObjectSerializer.OutputOptions
from this instance.Methods in io.permazen.core.util with parameters of type XMLObjectSerializer.OutputOptionsModifier and TypeMethodDescriptionlong
XMLObjectSerializer.write
(OutputStream output, XMLObjectSerializer.OutputOptions options) Export all objects from theTransaction
associated with this instance to the given output.long
XMLObjectSerializer.write
(Writer writer, XMLObjectSerializer.OutputOptions options) Export all objects from theTransaction
associated with this instance to the given writer.long
XMLObjectSerializer.writeObjects
(XMLStreamWriter writer, XMLObjectSerializer.OutputOptions options, Stream<? extends ObjId> objIds) Export the specified objects from theTransaction
associated with this instance to the given XML output.