Uses of Class
org.apache.sis.internal.storage.xml.stream.StaxDataStore
Packages that use StaxDataStore
Package
Description
Reads and writes data in GPS Exchange Format (GPX).
Helper classes for reading and writing XML documents using StAX (Streaming API for XML).
-
Uses of StaxDataStore in org.apache.sis.internal.storage.gpx
Subclasses of StaxDataStore in org.apache.sis.internal.storage.gpxModifier and TypeClassDescriptionclassA data store backed by GPX files.final classA GPX store capable to write GPX file. -
Uses of StaxDataStore in org.apache.sis.internal.storage.xml.stream
Fields in org.apache.sis.internal.storage.xml.stream declared as StaxDataStoreModifier and TypeFieldDescriptionprotected final StaxDataStoreStaxStreamIO.ownerThe data store for which this reader or writer has been created.Methods in org.apache.sis.internal.storage.xml.stream with parameters of type StaxDataStoreModifier and TypeMethodDescription(package private) abstract XMLStreamReaderInputType.create(StaxDataStore ds, Object s) Creates a XML reader for the given input.(package private) abstract XMLStreamWriterOutputType.create(StaxDataStore ds, Object s) Creates a XML writer for the given output.Constructors in org.apache.sis.internal.storage.xml.stream with parameters of type StaxDataStoreModifierConstructorDescription(package private)StaxStreamIO(StaxDataStore owner) For sub-classes constructors.protectedStaxStreamReader(StaxDataStore owner) Creates a new XML reader for the given data store.protectedStaxStreamWriter(StaxDataStore owner, OutputStream temporary) Creates a new XML writer for the given data store.