Qt 4.8
|
#include <qxmlstream_p.h>
Public Types | |
enum | VariousConstants { EOF_SYMBOL = 0, AMPERSAND = 5, ANY = 41, ATTLIST = 31, BANG = 25, CDATA = 47, CDATA_START = 28, COLON = 17, COMMA = 19, DASH = 20, DBLQUOTE = 8, DIGIT = 27, DOCTYPE = 29, DOT = 23, ELEMENT = 30, EMPTY = 40, ENTITIES = 51, ENTITY = 32, ENTITY_DONE = 45, EQ = 14, ERROR = 43, FIXED = 39, HASH = 6, ID = 48, IDREF = 49, IDREFS = 50, IMPLIED = 38, LANGLE = 3, LBRACK = 9, LETTER = 26, LPAREN = 11, NDATA = 36, NMTOKEN = 52, NMTOKENS = 53, NOTATION = 33, NOTOKEN = 1, PARSE_ENTITY = 44, PCDATA = 42, PERCENT = 15, PIPE = 13, PLUS = 21, PUBLIC = 35, QUESTIONMARK = 24, QUOTE = 7, RANGLE = 4, RBRACK = 10, REQUIRED = 37, RPAREN = 12, SEMICOLON = 18, SHIFT_THERE = 56, SLASH = 16, SPACE = 2, STAR = 22, SYSTEM = 34, UNRESOLVED_ENTITY = 46, VERSION = 55, XML = 54, ACCEPT_STATE = 416, RULE_COUNT = 270, STATE_COUNT = 427, TERMINAL_COUNT = 57, NON_TERMINAL_COUNT = 84, GOTO_INDEX_OFFSET = 427, GOTO_INFO_OFFSET = 1017, GOTO_CHECK_OFFSET = 1017 } |
Static Public Functions | |
static int | nt_action (int state, int nt) |
static int | t_action (int state, int token) |
Static Public Variables | |
static const short | action_check [] |
static const short | action_default [] |
static const short | action_index [] |
static const short | action_info [] |
static const short | goto_default [] |
static const short | lhs [] |
static const short | rhs [] |
static const char *const | spell [] |
Definition at line 61 of file qxmlstream_p.h.
Definition at line 64 of file qxmlstream_p.h.
|
inlinestatic |
Definition at line 143 of file qxmlstream_p.h.
Referenced by QXmlStreamReaderPrivate::parse().
|
inlinestatic |
Definition at line 152 of file qxmlstream_p.h.
Referenced by QXmlStreamReaderPrivate::parse(), and QXmlStreamReaderPrivate::parseError().
|
static |
Definition at line 141 of file qxmlstream_p.h.
Referenced by t_action().
|
static |
Definition at line 138 of file qxmlstream_p.h.
Referenced by t_action().
|
static |
Definition at line 139 of file qxmlstream_p.h.
Referenced by QXmlStreamReaderPrivate::parse(), and t_action().
|
static |
Definition at line 140 of file qxmlstream_p.h.
Referenced by t_action().
|
static |
Definition at line 137 of file qxmlstream_p.h.
Referenced by t_action().
|
static |
Definition at line 135 of file qxmlstream_p.h.
Referenced by QXmlStreamReaderPrivate::parse(), and t_action().
|
static |
Definition at line 136 of file qxmlstream_p.h.
Referenced by QXmlStreamReaderPrivate::parse(), and t_action().
|
static |
Definition at line 134 of file qxmlstream_p.h.
Referenced by QXmlStreamReaderPrivate::checkStartDocument(), QXmlStreamReaderPrivate::parse(), QXmlStreamReaderPrivate::parseError(), QXmlStreamReaderPrivate::scanAfterDefaultDecl(), QXmlStreamReaderPrivate::scanAfterLangleBang(), QXmlStreamReaderPrivate::scanAttType(), QXmlStreamReaderPrivate::scanNData(), QXmlStreamReaderPrivate::scanPublicOrSystem(), and t_action().