|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OdfPackage | |
|---|---|
| org.odftoolkit.odfdom.doc | The "Document Layer" exisit for usability reasons, the various Odf document types belong to this package. |
| 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 that return OdfPackage | |
|---|---|
OdfPackage |
OdfDocument.getPackage()
Retreives the OdfPackage for this OdfDocument. |
| Methods in org.odftoolkit.odfdom.doc with parameters of type OdfPackage | |
|---|---|
static OdfDocument |
OdfDocument.loadDocument(OdfPackage odfPackage)
Creates an OdfDocument from the OpenDocument provided by an ODF package. |
protected void |
OdfDocument.setPackage(OdfPackage pkg)
Sets the OdfPackage that contains this OdfDocument. |
| Uses of OdfPackage in org.odftoolkit.odfdom.pkg |
|---|
| Methods in org.odftoolkit.odfdom.pkg that return OdfPackage | |
|---|---|
static OdfPackage |
OdfPackage.loadPackage(File odfFile)
Loads an OdfPackage from the OpenDocument provided by a File. |
static OdfPackage |
OdfPackage.loadPackage(InputStream odfStream)
Creates an OdfPackage from the OpenDocument provided by a InputStream. |
static OdfPackage |
OdfPackage.loadPackage(String odfPath)
Loads an OdfPackage from the given filePath. |
| Methods in org.odftoolkit.odfdom.pkg with parameters of type OdfPackage | |
|---|---|
XMLReader |
OdfXMLHelper.createXMLReader(OdfPackage pkg)
create an XMLReader with a Resolver set to parse content in a ODF Package |
void |
OdfXMLHelper.parse(OdfPackage pkg,
String path,
ContentHandler contentHandler,
ErrorHandler errorHandler)
use SAX parser to parse content of package |
void |
OdfXMLHelper.transform(OdfPackage pkg,
String path,
File template)
Do XSL-Transformation on content contained in package insert result back to package |
void |
OdfXMLHelper.transform(OdfPackage pkg,
String path,
File template,
File out)
Do XSL-Transformation on content contained in package |
void |
OdfXMLHelper.transform(OdfPackage pkg,
String path,
Source templateSource,
File out)
Do XSL-Transformation on content contained in package |
void |
OdfXMLHelper.transform(OdfPackage pkg,
String path,
Source templateSource,
Result result)
Do XSL-Transformation on content contained in package |
void |
OdfXMLHelper.transform(OdfPackage pkg,
String path,
Source templateSource,
String outPath)
Do XSL-Transformation on content contained in package |
void |
OdfXMLHelper.transform(OdfPackage pkg,
String path,
String templatePath)
Do XSL-Transformation on content contained in package insert result back to package |
void |
OdfXMLHelper.transform(OdfPackage pkg,
String path,
String templatePath,
String outPath)
Do XSL-Transformation on content contained in package |
void |
OdfXMLHelper.transform(OdfPackage pkg,
String path,
Templates templates)
Do XSL-Transformation on content contained in package and insert result back to package |
void |
OdfXMLHelper.transform(OdfPackage pkg,
String path,
Templates templates,
Result result)
Do XSL-Transformation on content contained in package |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||