Uses of Class
org.odftoolkit.odfdom.pkg.OdfPackage

Packages that use OdfPackage
org.odftoolkit.odfdom.doc The "Document Layer" exisit for usability reasons, it gives a feature based view on the document model. 
org.odftoolkit.odfdom.dom   
org.odftoolkit.odfdom.pkg Representing the "Package Layer", the physical document handling. 
 

Uses of OdfPackage in org.odftoolkit.odfdom.doc
 

Methods in org.odftoolkit.odfdom.doc with parameters of type OdfPackage
static OdfDocument OdfDocument.loadDocument(OdfPackage odfPackage)
          Loads the ODF root document from the ODF package.
static OdfDocument OdfDocument.loadDocument(OdfPackage odfPackage, String internalPath)
          Creates an OdfDocument from the OpenDocument provided by an ODF package.
 

Constructors in org.odftoolkit.odfdom.doc with parameters of type OdfPackage
OdfChartDocument(OdfPackage pkg, String internalPath, OdfChartDocument.OdfMediaType odfMediaType)
          Deprecated. To avoid data duplication a new document is only created, if not already opened.
OdfDocument(OdfPackage pkg, String internalPath, OdfDocument.OdfMediaType mediaType)
           
OdfGraphicsDocument(OdfPackage pkg, String internalPath, OdfGraphicsDocument.OdfMediaType odfMediaType)
          Deprecated. To avoid data duplication a new document is only created, if not already opened.
OdfImageDocument(OdfPackage pkg, String internalPath, OdfImageDocument.OdfMediaType odfMediaType)
          To avoid data duplication a new document is only created, if not already opened.
OdfPresentationDocument(OdfPackage pkg, String internalPath, OdfPresentationDocument.OdfMediaType odfMediaType)
          Deprecated. To avoid data duplication a new document is only created, if not already opened.
OdfSpreadsheetDocument(OdfPackage pkg, String internalPath, OdfSpreadsheetDocument.OdfMediaType odfMediaType)
          Deprecated. To avoid data duplication a new document is only created, if not already opened.
OdfTextDocument(OdfPackage pkg, String internalPath, OdfTextDocument.OdfMediaType odfMediaType)
          Deprecated. To avoid data duplication a new document is only created, if not already opened.
 

Uses of OdfPackage in org.odftoolkit.odfdom.dom
 

Constructors in org.odftoolkit.odfdom.dom with parameters of type OdfPackage
OdfSchemaDocument(OdfPackage pkg, String internalPath, String mediaTypeString)
          Creates a new OdfSchemaDocument.
 

Uses of OdfPackage in org.odftoolkit.odfdom.pkg
 

Fields in org.odftoolkit.odfdom.pkg declared as OdfPackage
protected  OdfPackage OdfPackageDocument.mPackage
          The ODF package containing the document
protected  OdfPackage OdfFileDom.mPackage
           
 

Methods in org.odftoolkit.odfdom.pkg that return OdfPackage
 OdfPackage OdfPackageDocument.getPackage()
          Retreives the OdfPackage for this OdfPackageDocument.
static OdfPackage OdfPackage.loadPackage(File pkgFile)
          Loads an OdfPackage from the OpenDocument provided by a File.
static OdfPackage OdfPackage.loadPackage(File pkgFile, ErrorHandler errorHandler)
          Loads an OdfPackage from the given File.
static OdfPackage OdfPackage.loadPackage(InputStream packageStream)
          Creates an OdfPackage from the given InputStream.
static OdfPackage OdfPackage.loadPackage(InputStream packageStream, String baseURI, ErrorHandler errorHandler)
          Creates an OdfPackage from the given InputStream.
static OdfPackage OdfPackage.loadPackage(String path)
          Loads an OdfPackage from the given documentURL.
 

Constructors in org.odftoolkit.odfdom.pkg with parameters of type OdfPackage
OdfPackageDocument(OdfPackage pkg, String internalPath, String mediaTypeString)
          Creates a new OdfPackageDocument.
 



Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.