ACEXML  6.2.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Static Public Attributes | List of all members
ACEXML_ParserInt Class Reference

A class to hide some of the internal implementation details of the parser. More...

#include "ACEXML/parser/parser/ParserInternals.h"

Collaboration diagram for ACEXML_ParserInt:
Collaboration graph

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_Charpredef_ent_ []
 
static const ACEXML_Charpredef_val_ []
 

Detailed Description

A class to hide some of the internal implementation details of the parser.

Member Enumeration Documentation

Enumerator
IN_CONTENT 
IN_ATT_VALUE 
AS_ATT_VALUE 
IN_ENTITY_VALUE 
IN_INT_DTD 
IN_EXT_DTD 
IN_NOTATION 
INVALID 

Member Data Documentation

const ACEXML_Char ACEXML_ParserInt::base_char_table_
static
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,
}
const ACEXML_Char * ACEXML_ParserInt::predef_ent_
static
Initial value:
= {
ACE_TEXT ("amp"),
ACE_TEXT ("lt"),
ACE_TEXT ("gt"),
ACE_TEXT ("apos"),
}
const ACEXML_Char * ACEXML_ParserInt::predef_val_
static
Initial value:
= {
ACE_TEXT ("&"),
ACE_TEXT ("<"),
ACE_TEXT (">"),
ACE_TEXT ("'"),
}

The documentation for this class was generated from the following files: