Uses of Enum
org.apache.sis.internal.storage.xml.stream.InputType
Packages that use InputType
Package
Description
Helper classes for reading and writing XML documents using StAX (Streaming API for XML).
-
Uses of InputType in org.apache.sis.internal.storage.xml.stream
Fields in org.apache.sis.internal.storage.xml.stream declared as InputTypeModifier and TypeFieldDescription(package private) final InputType
OutputType.inputType
The input type from the same framework (StAX, DOM, etc) than this output type.private final InputType
StaxDataStore.storageToReader
The function in charge of producing aXMLStreamReader
from theStaxDataStore.storage
orStaxDataStore.stream
.Methods in org.apache.sis.internal.storage.xml.stream that return InputTypeModifier and TypeMethodDescription(package private) static InputType
Returns aReaderFactory
for the given input type.static InputType
Returns the enum constant of this type with the specified name.static InputType[]
InputType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.sis.internal.storage.xml.stream with parameters of type InputTypeModifierConstructorDescriptionprivate
OutputType
(Class<?> outputType, InputType inputType) Creates a new enumeration for the given type of output.