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
-
ClassDescriptionAdds indentation to a XML output.Creates
XMLStreamReader
from a given input.A filter replacing the given namespace by the default namespace.CreatesXMLStreamWriter
from a given output.Helper 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 ofStaxStreamReader
instances.Common base class forStaxStreamReader
andStaxStreamWriter
.Base class of Apache SIS readers of XML files using STAX parser.Base class of Apache SIS writers of XML files using STAX writer.