|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.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(java.io.File odfFile)
Loads an OdfPackage from the OpenDocument provided by a File. |
static OdfPackage |
OdfPackage.loadPackage(java.io.InputStream odfStream)
Creates an OdfPackage from the OpenDocument provided by a InputStream. |
static OdfPackage |
OdfPackage.loadPackage(java.lang.String odfPath)
Loads an OdfPackage from the given filePath. |
| Methods in org.odftoolkit.odfdom.pkg with parameters of type OdfPackage | |
|---|---|
org.xml.sax.XMLReader |
OdfXMLHelper.newXMLReader(OdfPackage pkg)
create an XMLReader with a Resolver set to parse content in a ODF Package |
void |
OdfXMLHelper.parse(OdfPackage pkg,
java.lang.String path,
org.xml.sax.ContentHandler contentHandler,
org.xml.sax.ErrorHandler errorHandler)
use SAX parser to parse content of package |
void |
OdfXMLHelper.transform(OdfPackage pkg,
java.lang.String path,
java.io.File template)
Do XSL-Transformation on content contained in package insert result back to package |
void |
OdfXMLHelper.transform(OdfPackage pkg,
java.lang.String path,
java.io.File template,
java.io.File out)
Do XSL-Transformation on content contained in package |
void |
OdfXMLHelper.transform(OdfPackage pkg,
java.lang.String path,
javax.xml.transform.Source templateSource,
java.io.File out)
Do XSL-Transformation on content contained in package |
void |
OdfXMLHelper.transform(OdfPackage pkg,
java.lang.String path,
javax.xml.transform.Source templateSource,
javax.xml.transform.Result result)
Do XSL-Transformation on content contained in package |
void |
OdfXMLHelper.transform(OdfPackage pkg,
java.lang.String path,
javax.xml.transform.Source templateSource,
java.lang.String outPath)
Do XSL-Transformation on content contained in package |
void |
OdfXMLHelper.transform(OdfPackage pkg,
java.lang.String path,
java.lang.String templatePath)
Do XSL-Transformation on content contained in package insert result back to package |
void |
OdfXMLHelper.transform(OdfPackage pkg,
java.lang.String path,
java.lang.String templatePath,
java.lang.String outPath)
Do XSL-Transformation on content contained in package |
void |
OdfXMLHelper.transform(OdfPackage pkg,
java.lang.String path,
javax.xml.transform.Templates templates)
Do XSL-Transformation on content contained in package and insert result back to package |
void |
OdfXMLHelper.transform(OdfPackage pkg,
java.lang.String path,
javax.xml.transform.Templates templates,
javax.xml.transform.Result result)
Does an XSL-Transformation on content contained in package. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||