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 InputTypeOutputType.inputTypeThe input type from the same framework (StAX, DOM, etc) than this output type.private final InputTypeStaxDataStore.storageToReaderThe function in charge of producing aXMLStreamReaderfrom theStaxDataStore.storageorStaxDataStore.stream.Methods in org.apache.sis.internal.storage.xml.stream that return InputTypeModifier and TypeMethodDescription(package private) static InputTypeReturns aReaderFactoryfor the given input type.static InputTypeReturns 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 InputTypeModifierConstructorDescriptionprivateOutputType(Class<?> outputType, InputType inputType) Creates a new enumeration for the given type of output.