A class to hide some of the internal implementation details of the parser. More...
#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 | |
static const ACEXML_Char | base_char_table_ [256] |
static const ACEXML_Char * | predef_ent_ [] |
static const ACEXML_Char * | predef_val_ [] |
A class to hide some of the internal implementation details of the parser.
Definition at line 32 of file ParserInternals.h.
IN_CONTENT | |
IN_ATT_VALUE | |
AS_ATT_VALUE | |
IN_ENTITY_VALUE | |
IN_INT_DTD | |
IN_EXT_DTD | |
IN_NOTATION | |
INVALID |
Definition at line 87 of file ParserInternals.h.
{ IN_CONTENT, IN_ATT_VALUE, AS_ATT_VALUE, IN_ENTITY_VALUE, IN_INT_DTD, IN_EXT_DTD, IN_NOTATION, INVALID = -1 };
const ACEXML_Char ACEXML_ParserInt::base_char_table_ [static] |
{ 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 80 of file ParserInternals.h.
const ACEXML_Char * ACEXML_ParserInt::predef_ent_ [static] |
const ACEXML_Char * ACEXML_ParserInt::predef_val_ [static] |