| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.actf.model.dom.odf.ODFParser
public class ODFParser
ODFParser is used when parsing ODF documents.
| Constructor Summary | |
|---|---|
| ODFParser() | |
| Method Summary | |
|---|---|
|  void | copyFile(String odfName,
         String entry,
         String outputFileName)Extract and copy file compressed in ODF document. | 
|  ODFDocument | getDocument(String odfName)Parses a ODF document and return document interface of "content.xml". | 
|  ODFDocument | getDocument(String odfName,
            String xmlName)Parses a ODF document and return document. | 
|  String[] | getFileEntries(String odfName)Returns file name list compressed in ODF document. | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ODFParser()
| Method Detail | 
|---|
public ODFDocument getDocument(String odfName,
                               String xmlName)
odfName - file path of ODF document to parsexmlName - XML file name compressed in ODF file
public ODFDocument getDocument(String odfName)
odfName - file path of ODF document to parse
public String[] getFileEntries(String odfName)
odfName - file path of ODF document to parse
public void copyFile(String odfName,
                     String entry,
                     String outputFileName)
odfName - file path of ODF document to parseentry - file name compressed in ODF documentoutputFileName - file path to copy file extracted from ODF document| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||