#include <ACEXML/parser/parser/ParserInternals.h>
Public Types | |
| enum | ReferenceState { IN_CONTENT, IN_ATT_VALUE, AS_ATT_VALUE, IN_ENTITY_VALUE, IN_INT_DTD, IN_EXT_DTD, IN_NOTATION, INVALID = -1 } |
Static Public Attributes | |
| const ACEXML_Char | base_char_table_ [256] |
| const ACEXML_Char * | msg_ [] |
| const ACEXML_Char * | predef_ent_ [] |
| const ACEXML_Char * | predef_val_ [] |
Definition at line 32 of file ParserInternals.h.
|
|
Definition at line 89 of file ParserInternals.h.
00089 {
00090 IN_CONTENT,
00091 IN_ATT_VALUE,
00092 AS_ATT_VALUE,
00093 IN_ENTITY_VALUE,
00094 IN_INT_DTD,
00095 IN_EXT_DTD,
00096 IN_NOTATION,
00097 INVALID = -1
00098 };
|
|
|
Initial value: {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0,
0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1,
}
Definition at line 25 of file ParserInternals.cpp. |
|
|
Definition at line 82 of file ParserInternals.h. |
|
|
Initial value: Definition at line 6 of file ParserInternals.cpp. |
|
|
Initial value: Definition at line 14 of file ParserInternals.cpp. |
1.3.6