| |
 |
Members |
Description |
|
| |
|
wert |
the tuple's value
|
|
| |
|
xmldoc |
Extended version of XmlDocument
|
|
| |
|
tuplecount |
counter of tuples (inside of tuple)
|
|
| |
|
fieldcount |
counter of fields (inside of tuple)
|
|
| |
|
field |
reference to create new fields
|
|
| |
|
XMLTuple |
On construction the class creates an XmlDocument for further use
|
|
| |
|
XMLTuple |
constructs an XMLTuple with an XMLField containing an int
|
|
| |
|
XMLTuple |
constructs an XMLTuple with an XMLField containing a byte
|
|
| |
|
XMLTuple |
constructs an XMLTuple with an XMLField containing a SByte
|
|
| |
|
XMLTuple |
constructs an XMLTuple with an XMLField containing a short
|
|
| |
|
XMLTuple |
constructs an XMLTuple with an XMLField containing a long
|
|
| |
|
XMLTuple |
constructs a XMLTuple with a XMLField containing a float
|
|
| |
|
XMLTuple |
constructs an XMLTuple with an XMLField containing a double
|
|
| |
|
XMLTuple |
constructs an XMLTuple with an XMLField containing a char
|
|
| |
|
XMLTuple |
constructs an XMLTuple with an XMLField containing a string
|
|
| |
|
XMLTuple |
constructs an XMLTuple with an XMLField containing an object
|
|
| |
|
XMLTuple |
constructs an XMLTuple with an ITuple
|
|
| |
|
XMLTuple |
Stores an IField in the tuple
|
|
| |
|
getXmlDocument |
returns the XmlDokument contains the Tuple
|
|
| |
|
add |
Adds an ITuple to current tuple
|
|
| |
|
add |
Adds an object to current tuple
|
|
| |
|
add |
Adds an XMLField to current tuple
|
|
| |
|
importXMLTuple |
imports an xmlstring representing a tuple.
|
|
| |
|
getList |
returns an enumerator of all elements that are contained
|
|
| |
|
getTupleID |
gets the TupleID
|
|
| |
|
writeToFile |
writes the XmlDokument into a file
|
|
| |
|
ToString |
the string representation of Tuple
|
|
| |
|
incFieldcount |
increments the number of XMLFields in the current XMLTuple
|
|
| |
|
increasecount |
increments the the number of Tuples in the current XMLTuple
|
|
| |
|
TupleCount |
gets the number of Tuples
|
|
| |
|
FieldCount |
gets the number of Fields
|
|
| |
|
getFields |
gets the fields of the first level
|
|
| |
|
getTuples |
gets the tuples of the first level
|
|
| |
|
getEntries |
gets the entries (tuples and fields) of the first level
|
|