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 OutputTypeStaxDataStore.storageToWriterThe function in charge of producing aXMLStreamWriterfor theStaxDataStore.storageorStaxDataStore.stream.Methods in org.apache.sis.internal.storage.xml.stream that return OutputTypeModifier and TypeMethodDescription(package private) static OutputTypeReturns aWriterFactoryfor the given output type.static OutputTypeReturns 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.