Package org.apache.sis.internal.storage.xml.stream
package org.apache.sis.internal.storage.xml.stream
Helper classes for reading and writing XML documents using StAX (Streaming API for XML).
This package uses the cursor API through
XMLStreamReader
and XMLStreamWriter interfaces.
Implementations can optionally use JAXB for some specific elements,
typically for metadata before the stream of features.- Since:
- 0.8
- Version:
- 1.3
- Author:
- Johann Sorel (Geomatys), Martin Desruisseaux (Geomatys)
-
ClassesClassDescriptionHelper class for updating an existing XML file, with no feature type change permitted.Base class of XML data stores based on the StAX framework.The provider of
StaxStreamReaderinstances.Base class of Apache SIS readers of XML files using STAX parser.Base class of Apache SIS writers of XML files using STAX writer.