ACEXML_ParserInt Class Reference

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

#include <ACEXML/parser/parser/ParserInternals.h>

List of all members.

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

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, 
}

Initial value:

 {
  ACE_TEXT ("amp"),
  ACE_TEXT ("lt"),
  ACE_TEXT ("gt"),
  ACE_TEXT ("apos"),

}

Initial value:

 {
  ACE_TEXT ("&"),
  ACE_TEXT ("<"),
  ACE_TEXT (">"),
  ACE_TEXT ("'"),

}


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

Generated on Tue Apr 14 11:18:47 2009 for ACEXML by  doxygen 1.5.8