This module provides the API. that allows to use ozone as a XML repository.
Central part of this API is {@link org.ozoneDB.xml.util.XMLContainer}. This
class encapsulates an XML document stored in the database. See the XML sample
to get started with ozone/XML.
Objects of this class can be used to convert a sequence of
SAXEventChunk s back into a DOM tree or SAX events.
WARNING: Don't reuse instances of this class.