|
Class Summary |
| LLEndToken |
Dummy end element of the token list. |
| LLNormalToken |
|
| LLRefToken |
Represents a reference from the corresponding SimpleSource to an element of
another SimpleSource. |
| LLStartToken |
Dummy start element of the token list. |
| LLStore |
Saves elements of one XML store in a double linked list. |
| LLStoreIterator |
Iterator hides the XML Store functionality and behaves like the Iterator from
the MXQuery. |
| LLStoreSet |
A simple implementation (XML-Tokens as a doubly linked list without an index)
of a store set. |
| LLToken |
Baseclass of the elements that a token list resp. |
| Redelete |
Saves informations to rollback a deletion. |
| Reinsert |
Saves information to rollback an insert. |
| Rerename |
Saves informations to rollback a rename. |
| Rereplace |
Saves informations to rollback a replace (replace node and replace node
content). |
| RereplaceValue |
Saves information to rollback a replace of a value. |
| TokenList |
Double Linked List of Tokens. |