19package org.openoffice.xmerge;
21import java.util.ArrayList;
22import java.util.Iterator;
36 private final ArrayList<Object>
v =
new ArrayList<Object>();
89 Iterator<Object> enumerate =
v.iterator();
ConvertData is used as a container for passing Document objects in and out of the Convert class.
void setName(String docName)
Sets the Document name.
int getNumDocuments()
Gets the number of Document objects currently stored.
final ArrayList< Object > v
Vector of Document objects.
String name
Name of the ConvertData object.
void addDocument(Document doc)
Adds a Document to the vector.
void reset()
Resets ConvertData.
Iterator< Object > getDocumentEnumeration()
Gets an Enumeration to access the Vector of Document objects.
String getName()
Returns the Document name.
A Document represents any Document to be converted and the resulting Document from any conversion.