A C D E F G H I M N O P S T U Y

A

analyzeFile(File) - Static method in class ODFMetaFileAnalyzer
Analyzes an Open Document meta file, presumed to be in .zip format.
analyzeMetaData(InputStream) - Method in class ODFMetaFileAnalyzer
Analyze the metadata in an InputStream.
analyzeMetadata(InputStream) - Method in class ODFMetaFileAnalyzer
Analyze the metadata in an InputStream.
analyzeZip(InputStream) - Method in class ODFMetaFileAnalyzer
Analyze the metadata in a InputStream which is a .zip file.
analyzeZip(File) - Method in class ODFMetaFileAnalyzer
Analyze the metadata in a File which is a .zip file.

C

com.catcode.odf - package com.catcode.odf
 

D

Duration - class Duration.
Creates an XML-Schema-style Duration object.
Duration() - Constructor for class Duration
Create a new Duration with all fields set to zero.
Duration(int, int, int) - Constructor for class Duration
Create a new Duration with years, months and days set as specified.
Duration(int, int, int, int, int, double) - Constructor for class Duration
Create a new Duration with all numeric fields set as specified.
days - Variable in class Duration
 
dcNamespace - Variable in class ODFMetaFileAnalyzer
 

E

extractNamespace(String) - Method in class ODFMetaFileAnalyzer
Extract a namespace from a namespace attribute.

F

findNamespaces(Element) - Method in class ODFMetaFileAnalyzer
Finds the namespace prefixes associated with OpenDocument, Dublin Core, and OpenDocument meta elements.

G

getBaseName(Node) - Method in class ODFMetaFileAnalyzer
Get the "local" name in a non-namespace-aware parser.
getCellCount() - Method in class OpenDocumentMetadata
Return the total number of cells in this spreadsheet document.
getCharacterCount() - Method in class OpenDocumentMetadata
Return the total number of characters in the document.
getCreationDate() - Method in class OpenDocumentMetadata
Return the document's creation date and time.
getCreator() - Method in class OpenDocumentMetadata
Return the last editor of the document.
getDate() - Method in class OpenDocumentMetadata
Return the document's last edit date and time.
getDays() - Method in class Duration
Returns the number of years of this Duration.
getDescription() - Method in class OpenDocumentMetadata
Return the document description.
getDrawCount() - Method in class OpenDocumentMetadata
Return the total number of drawings in the document.
getEditingCycles() - Method in class OpenDocumentMetadata
Return the number of editing cycles for this document.
getEditingDuration() - Method in class OpenDocumentMetadata
Return the total time spent editing the document.
getFieldByName(String) - Method in class OpenDocumentMetadata
Returns an Object for a field by name.
getFrameCount() - Method in class OpenDocumentMetadata
Return the total number of frames in the document.
getGenerator() - Method in class OpenDocumentMetadata
Return the generator meta information.
getHours() - Method in class Duration
Returns the number of years of this Duration.
getImageCount() - Method in class OpenDocumentMetadata
Return the total number of images in the document.
getInitialCreator() - Method in class OpenDocumentMetadata
Return the document's initial creator.
getKeyword() - Method in class OpenDocumentMetadata
Return the list of keywords for this document.
getLanguage() - Method in class OpenDocumentMetadata
Return the document's language.
getMinutes() - Method in class Duration
Returns the number of years of this Duration.
getMonths() - Method in class Duration
Returns the number of years of this Duration.
getNonWhitespaceCharacterCount() - Method in class OpenDocumentMetadata
Return the total number of non-whitespace characters in the document.
getObjectCount() - Method in class OpenDocumentMetadata
Return the total number of graphic objects in this spreadsheet or graphics document.
getOleObjectCount() - Method in class OpenDocumentMetadata
Return the total number of OLE objects in the document.
getPageCount() - Method in class OpenDocumentMetadata
Return the total number of pages in the document.
getParagraphCount() - Method in class OpenDocumentMetadata
Return the total number of paragraphs in the document.
getPrintDate() - Method in class OpenDocumentMetadata
Return the date and time the document was last printed.
getPrintedBy() - Method in class OpenDocumentMetadata
Return the last person to print the document.
getRowCount() - Method in class OpenDocumentMetadata
Return the total number of rows in the document.
getSeconds() - Method in class Duration
Returns the number of years of this Duration.
getSentenceCount() - Method in class OpenDocumentMetadata
Return the total number of sentences in the document.
getSubject() - Method in class OpenDocumentMetadata
Return the document subject.
getSyllableCount() - Method in class OpenDocumentMetadata
Return the total number of syllables in the document.
getTableCount() - Method in class OpenDocumentMetadata
Return the total number of tables in this text or spreadsheet document.
getTitle() - Method in class OpenDocumentMetadata
Return the document title.
getUserDefined() - Method in class OpenDocumentMetadata
Return the user-defined meta information.
getWordCount() - Method in class OpenDocumentMetadata
Return the total number of words in the document.
getYears() - Method in class Duration
Returns the number of years of this Duration.

H

hours - Variable in class Duration
 

I

isNegative() - Method in class Duration
Returns the negative status Duration.

M

makeSetMethodName(String) - Method in class ODFMetaFileAnalyzer
Create a set method name corresponding to a meta-element.
metaNamespace - Variable in class ODFMetaFileAnalyzer
 
minutes - Variable in class Duration
 
months - Variable in class Duration
 

N

negative - Variable in class Duration
 

O

ODFMetaFileAnalyzer - class ODFMetaFileAnalyzer.
Analyze an OpenDocument meta file and create an OpenDocumentMetadata object.
ODFMetaFileAnalyzer() - Constructor for class ODFMetaFileAnalyzer
 
OpenDocumentMetadata - class OpenDocumentMetadata.
OpenDocumentMetadata describes the content of an OASIS Open Document Format meta-information file.
OpenDocumentMetadata() - Constructor for class OpenDocumentMetadata
 
officeNamespace - Variable in class ODFMetaFileAnalyzer
 

P

parseDuration(String) - Static method in class Duration
Parses the string argument as a Duration.
processElement(Element, OpenDocumentMetadata) - Method in class ODFMetaFileAnalyzer
Put the content of this element into the metadata object.
processStatistic(Element, OpenDocumentMetadata) - Method in class ODFMetaFileAnalyzer
Put the content of the statistic element's attributes into the metadata object.
processUserDefined(Element, OpenDocumentMetadata) - Method in class ODFMetaFileAnalyzer
Put the content of this element into the user-defined section of the metadata object.

S

seconds - Variable in class Duration
 
setCellCount(int) - Method in class OpenDocumentMetadata
Set the information corresponding to <meta:cell-count> to given value.
setCharacterCount(int) - Method in class OpenDocumentMetadata
Set the information corresponding to <meta:character-count> to given value.
setCreationDate(Date) - Method in class OpenDocumentMetadata
Set the information corresponding to <meta:creation-date> to given value.
setCreationDate(String) - Method in class OpenDocumentMetadata
Set the information corresponding to <meta:creation-date> to given value.
setCreator(String) - Method in class OpenDocumentMetadata
Set the information corresponding to <dc:creator> to given value.
setDate(Date) - Method in class OpenDocumentMetadata
Set the information corresponding to <dc:date> (the last editing date) to given value.
setDate(String) - Method in class OpenDocumentMetadata
Set the information corresponding to <dc:date> (the last editing date) to given value.
setDays(int) - Method in class Duration
Sets the number of days of this Duration to the specified value.
setDescription(String) - Method in class OpenDocumentMetadata
Set the information corresponding to <dc:description> to given value.
setDrawCount(int) - Method in class OpenDocumentMetadata
Set the information corresponding to meta:draw-count to given value.
setEditingCycles(int) - Method in class OpenDocumentMetadata
Set the information corresponding to <meta:editing-cycles> to given value.
setEditingCycles(String) - Method in class OpenDocumentMetadata
Set the information corresponding to <meta:editing-cycles> to given value.
setEditingDuration(Duration) - Method in class OpenDocumentMetadata
Set the information corresponding to <meta:editing-duration> to given value.
setEditingDuration(String) - Method in class OpenDocumentMetadata
Set the information corresponding to <meta:editing-duration> to given value.
setFrameCount(int) - Method in class OpenDocumentMetadata
Set the information corresponding to <meta:frame-count> to given value.
setGenerator(String) - Method in class OpenDocumentMetadata
Set the information corresponding to <meta:generator> to given value.
setHours(int) - Method in class Duration
Sets the number of hours of this Duration to the specified value.
setImageCount(int) - Method in class OpenDocumentMetadata
Set the information corresponding to meta:image-count to given value.
setInitialCreator(String) - Method in class OpenDocumentMetadata
Set the information corresponding to <meta:initial-creator> to given value.
setKeyword(String) - Method in class OpenDocumentMetadata
Set the information corresponding to <meta:keyword> to given value.
setLanguage(String) - Method in class OpenDocumentMetadata
Set the information corresponding to <dc:language> to given value.
setMinutes(int) - Method in class Duration
Sets the number of minutes of this Duration to the specified value.
setMonths(int) - Method in class Duration
Sets the number of months of this Duration to the specified value.
setNegative(boolean) - Method in class Duration
Sets the negative status of this Duration to the specified value.
setNonWhitespaceCharacterCount(int) - Method in class OpenDocumentMetadata
Set the information corresponding to <meta:non-whitespace-character-count> to given value.
setObjectCount(int) - Method in class OpenDocumentMetadata
Set the information corresponding to <meta:object-count> to given value.
setOleObjectCount(int) - Method in class OpenDocumentMetadata
Set the information corresponding to meta:ole-object-count to given value.
setPageCount(int) - Method in class OpenDocumentMetadata
Set the information corresponding to meta:page-count to given value.
setParagraphCount(int) - Method in class OpenDocumentMetadata
Set the information corresponding to meta:paragraph-count to given value.
setPrintDate(Date) - Method in class OpenDocumentMetadata
Set the information corresponding to <meta:print-date> to given value.
setPrintDate(String) - Method in class OpenDocumentMetadata
Set the information corresponding to <meta:print-date> to given value.
setPrintedBy(String) - Method in class OpenDocumentMetadata
Set the information corresponding to <meta:printed-by> to given value.
setRowCount(int) - Method in class OpenDocumentMetadata
Set the information corresponding to <meta:row-count> to given value.
setSeconds(double) - Method in class Duration
Sets the number of seconds of this Duration to the specified value.
setSentenceCount(int) - Method in class OpenDocumentMetadata
Set the information corresponding to <meta:sentence-count> to given value.
setSubject(String) - Method in class OpenDocumentMetadata
Set the information corresponding to <dc:subject> to given value.
setSyllableCount(int) - Method in class OpenDocumentMetadata
Set the information corresponding to <meta:syllable-count> to given value.
setTableCount(int) - Method in class OpenDocumentMetadata
Set the information corresponding to meta:table-count to given value.
setTitle(String) - Method in class OpenDocumentMetadata
Set the information corresponding to <dc:title> to given value.
setUserDefined(Hashtable) - Method in class OpenDocumentMetadata
Set the information corresponding to all <meta:user-defined> elements.
setUserDefined(String, int) - Method in class OpenDocumentMetadata
Set user-defined info for given name to an integer value.
setUserDefined(String, double) - Method in class OpenDocumentMetadata
Set user-defined info for given name to a double value.
setUserDefined(String, boolean) - Method in class OpenDocumentMetadata
Set user-defined info for given name to a boolean value.
setUserDefined(String, Object) - Method in class OpenDocumentMetadata
Set user-defined info for given name to an Object value.
setWordCount(int) - Method in class OpenDocumentMetadata
Set the information corresponding to <meta:wod-count> to given value.
setYears(int) - Method in class Duration
Sets the number of years of this Duration to the specified value.

T

toString() - Method in class Duration
Returns a string representation of this Duration.
toString() - Method in class OpenDocumentMetadata
Returns a string representation of this OpenDocumentMetadata.

U

userDefined - Variable in class OpenDocumentMetadata
 

Y

years - Variable in class Duration
 

A C D E F G H I M N O P S T U Y