#include "listitem.h"
#include "colcarry.h"
Go to the source code of this file.
Classes | |
class | BaseDocument |
A simple base class document object. More... | |
Defines | |
#define | TAG_LAST_VALID (0xFFFFFFFE) |
#define | TAG_NOT_IN_DOC (0xFFFFFFFF) |
|
Comment: This tag value indicate the range of valid tags that can be used in a document. 0 is not used, so the tags 1 to TAG_LAST_VALID are the only ones that can be used in a document.
|
|
Comment: This tag value is used to indicate that a node is not in a document yet.
|