See: Description
Interface | Description |
---|---|
ElementVisitor |
An interface to visit every odf element, according to Visitor design pattern
|
MediaType |
MediaType represens the mediatype or MIMETYPE of the file/document.
|
NamespaceName |
The NamespaceName interface is being used to provide an easy way to define Namespaces
in a higher layer (e.g. via enum as OdfDocumentNamespace) and access them from a lower layer e.g. constructors of org.odftoolkit.odfdom.pkg.OdfNamespace.
|
ValidationConstraint |
A
ValidationConstraint is used to collect validation conditions and their return messages in case not appliance (invalid condition). |
Class | Description |
---|---|
OdfAlienAttribute |
Any attribute within the ODF package that is listed in the ODF schema.
|
OdfAlienElement |
Any element within the ODF package that is listed in the ODF schema.
|
OdfAttribute |
Base class for all attributes of the OpenDocument format
|
OdfContainerElementBase |
Overwriting the DOM methods for element access, whenever a new ODF element was added triggering
onOdfNodeInserted and when removed a onOdfNodeRemoved. |
OdfElement | |
OdfFileDom |
The DOM representation of an XML file within the ODF document.
|
OdfFileSaxHandler | |
OdfName |
The class provides a simplified interface for XML names.
|
OdfNamespace |
Class wrapping the XML Namespace URI and XML Namespace prefix as a single entity.
|
OdfPackage |
OdfPackage represents the package view to an OpenDocument document.
|
OdfPackageDocument |
The package layer described by the ODF 1.2 Package specification is
independent of the above ODF XML layer described by the ODF 1.2 XML Schema
specification.
|
OdfPackageDocument.Resource |
Helper class to receive an ODF document template for new documents from
the environment (ie. from the JAR via classloader)
|
OdfXMLFactory |
This factory determines what elements are being used in the DOC layer
(ie. the convenient layer).
|
Enum | Description |
---|---|
OdfPackage.OdfFile | |
OdfPackageConstraint |
This class is used for validation of the ODF Package.
|
OdfPackageNamespace |
Namespaces of OpenDocument 1.2 XML Package Schema
|
Exception | Description |
---|---|
OdfDecryptedException |
This ODF document decryption exception.
|
OdfValidationException |
This ODF specific validation exception facilities the usage of a
SAXParseException for none XML validation, used by an
ErrorHandler . |
Copyright © 2008–2018 Apache Software Foundation; Copyright © 2018–2019 The Document Foundation. All rights reserved.