Uses of Enum
org.apache.sis.internal.storage.xml.stream.OutputType
Packages that use OutputType
Package
Description
Helper classes for reading and writing XML documents using StAX (Streaming API for XML).
-
Uses of OutputType in org.apache.sis.internal.storage.xml.stream
Fields in org.apache.sis.internal.storage.xml.stream declared as OutputTypeModifier and TypeFieldDescriptionprivate final OutputType
StaxDataStore.storageToWriter
The function in charge of producing aXMLStreamWriter
for theStaxDataStore.storage
orStaxDataStore.stream
.Methods in org.apache.sis.internal.storage.xml.stream that return OutputTypeModifier and TypeMethodDescription(package private) static OutputType
Returns aWriterFactory
for the given output type.static OutputType
Returns the enum constant of this type with the specified name.static OutputType[]
OutputType.values()
Returns an array containing the constants of this enum type, in the order they are declared.