Package org.odftoolkit.odfdom.pkg

Representing the "Package Layer", the physical document handling.

See:
          Description

Interface Summary
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 Summary
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 base class for elements that want to be notified when OdfElement child nodes are removed or inserted.
OdfElement  
OdfFileDom The DOM repesentation of an XML file within the ODF document.
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 Summary
OdfPackage.OdfFile  
OdfPackageConstraint This class is used for validation of the ODF Package.
 

Exception Summary
OdfValidationException This ODF specific validation excpetion faciliates the usage of a SAXParseException for none XML validation, used by an ErrorHandler.
 

Package org.odftoolkit.odfdom.pkg Description

Representing the "Package Layer", the physical document handling. File streams can be inserted and deleted.



Copyright © 2008-2011 ODF Toolkit Project. All Rights Reserved.