|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.java4less.ocr.docparser.data.DocumentSet
public class DocumentSet
set of documents contained in a file
Constructor Summary | |
---|---|
DocumentSet()
|
Method Summary | |
---|---|
void |
addDocument(Document doc)
add document to the set |
int |
getCount()
number of documents in the set |
Document |
getDocument(int index)
get document at position index |
java.lang.String |
toXml()
convert the document set to xml |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DocumentSet()
Method Detail |
---|
public int getCount()
public void addDocument(Document doc)
doc
- public Document getDocument(int index)
index
-
public java.lang.String toXml() throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |