00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011 #ifndef incPERSIST_XML_PARSEOBJ_OPTS
00012 #define incPERSIST_XML_PARSEOBJ_OPTS
00013
00014 #define PARSEOBJ_NO_DEBUG 0x00
00015 #define PARSEOBJ_OBJECT_DEBUG 0x01
00016
00017 #define PARSEOBJ_STACK_DEBUG 0x02
00018
00019 #define PARSEOBJ_ELEMENT_DEBUG 0x04
00020
00021 #define PARSEOBJ_DATA_DEBUG 0x08
00022
00023 #define PARSEOBJ_DELAYED_DEBUG 0x10
00024
00025 #define PARSEOBJ_DELAYEDLOC_DEBUG 0x20
00026
00027 #define PARSEOBJ_DELAYEDNAME_DEBUG 0x40
00028
00029
00030 #endif // incPERSIST_XML_PARSEOBJ_OPTS