LibreOffice Module xmerge (master)
1
|
Public Member Functions | |
void | reset () |
Resets ConvertData. More... | |
String | getName () |
Returns the. More... | |
void | setName (String docName) |
Sets the. More... | |
void | addDocument (Document doc) |
Adds a. More... | |
Iterator< Object > | getDocumentEnumeration () |
Gets an. More... | |
int | getNumDocuments () |
Gets the number of. More... | |
Private Attributes | |
final ArrayList< Object > | v = new ArrayList<Object>() |
Vector of. More... | |
String | name |
Name of the. More... | |
is used as a container for passing
objects in and out of the
class.
The
contains a
name and a
of
objects.
Definition at line 31 of file ConvertData.java.
Adds a.
to the vector.
doc | The to add. |
Definition at line 77 of file ConvertData.java.
Referenced by org.openoffice.xmerge.Convert.addInputStream(), org.openoffice.xmerge.Convert.convert(), and org.openoffice.xmerge.converter.xml.xslt.DocumentSerializerImpl.serialize().
|
inline |
Gets an.
to access the
of
objects.
Definition at line 88 of file ConvertData.java.
Referenced by org.openoffice.xmerge.util.ActiveSyncDriver.Convert(), org.openoffice.xmerge.Convert.convert(), org.openoffice.xmerge.converter.xml.xslt.DocumentDeserializerImpl.deserialize(), and org.openoffice.xmerge.test.Driver.doConversion().
|
inline |
Returns the.
name.
Definition at line 59 of file ConvertData.java.
References org.openoffice.xmerge.ConvertData.name, and String.
|
inline |
Gets the number of.
objects currently stored.
Definition at line 98 of file ConvertData.java.
|
inline |
Resets ConvertData.
This empties all
objects from this class. This allows reuse of a
.
Definition at line 49 of file ConvertData.java.
Referenced by org.openoffice.xmerge.Convert.reset().
|
inline |
|
private |
Name of the.
object.
Definition at line 41 of file ConvertData.java.
Referenced by org.openoffice.xmerge.ConvertData.getName().
|
private |