com.quiotix.html.parser
Interface HtmlParserConstants

All Known Implementing Classes:
HtmlParser, HtmlParserTokenManager

public interface HtmlParserConstants

Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()


Field Summary
static int ALPHA_CHAR
          RegularExpression Id.
static int ALPHANUM_CHAR
          RegularExpression Id.
static int ATTR_EQ
          RegularExpression Id.
static int ATTR_NAME
          RegularExpression Id.
static int ATTR_VAL
          RegularExpression Id.
static int BLOCK_EOL
          RegularExpression Id.
static int BLOCK_LBR
          RegularExpression Id.
static int BLOCK_WORD
          RegularExpression Id.
static int COMMENT_END
          RegularExpression Id.
static int COMMENT_EOL
          RegularExpression Id.
static int COMMENT_START
          RegularExpression Id.
static int COMMENT_WORD
          RegularExpression Id.
static int DASH
          RegularExpression Id.
static int DECL_ANY
          RegularExpression Id.
static int DECL_END
          RegularExpression Id.
static int DECL_START
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int ENDTAG_START
          RegularExpression Id.
static int EOF
          End of File.
static int EOL
          RegularExpression Id.
static int IDENTIFIER
          RegularExpression Id.
static int IDENTIFIER_CHAR
          RegularExpression Id.
static int IMPLICIT_TAG_END
          RegularExpression Id.
static int LAV_ERROR
          RegularExpression Id.
static int LexAttrVal
          Lexical state.
static int LexComment
          Lexical state.
static int LexDecl
          Lexical state.
static int LexInTag
          Lexical state.
static int LexScript
          Lexical state.
static int LexStartTag
          Lexical state.
static int LexStyle
          Lexical state.
static int LIT_ERROR
          RegularExpression Id.
static int LST_ERROR
          RegularExpression Id.
static int NEWLINE
          RegularExpression Id.
static int NUM_CHAR
          RegularExpression Id.
static int PCDATA
          RegularExpression Id.
static int QUOTE
          RegularExpression Id.
static int QUOTED_STRING
          RegularExpression Id.
static int QUOTED_STRING_NB
          RegularExpression Id.
static int SCRIPT_END
          RegularExpression Id.
static int STYLE_END
          RegularExpression Id.
static int TAG_END
          RegularExpression Id.
static int TAG_NAME
          RegularExpression Id.
static int TAG_SCRIPT
          RegularExpression Id.
static int TAG_SLASHEND
          RegularExpression Id.
static int TAG_START
          RegularExpression Id.
static int TAG_STYLE
          RegularExpression Id.
static String[] tokenImage
          Literal token values.
static int WHITESPACE
          RegularExpression Id.
 

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

ALPHA_CHAR

static final int ALPHA_CHAR
RegularExpression Id.

See Also:
Constant Field Values

NUM_CHAR

static final int NUM_CHAR
RegularExpression Id.

See Also:
Constant Field Values

ALPHANUM_CHAR

static final int ALPHANUM_CHAR
RegularExpression Id.

See Also:
Constant Field Values

IDENTIFIER_CHAR

static final int IDENTIFIER_CHAR
RegularExpression Id.

See Also:
Constant Field Values

IDENTIFIER

static final int IDENTIFIER
RegularExpression Id.

See Also:
Constant Field Values

QUOTED_STRING_NB

static final int QUOTED_STRING_NB
RegularExpression Id.

See Also:
Constant Field Values

QUOTED_STRING

static final int QUOTED_STRING
RegularExpression Id.

See Also:
Constant Field Values

WHITESPACE

static final int WHITESPACE
RegularExpression Id.

See Also:
Constant Field Values

NEWLINE

static final int NEWLINE
RegularExpression Id.

See Also:
Constant Field Values

QUOTE

static final int QUOTE
RegularExpression Id.

See Also:
Constant Field Values

EOL

static final int EOL
RegularExpression Id.

See Also:
Constant Field Values

TAG_START

static final int TAG_START
RegularExpression Id.

See Also:
Constant Field Values

ENDTAG_START

static final int ENDTAG_START
RegularExpression Id.

See Also:
Constant Field Values

COMMENT_START

static final int COMMENT_START
RegularExpression Id.

See Also:
Constant Field Values

DECL_START

static final int DECL_START
RegularExpression Id.

See Also:
Constant Field Values

PCDATA

static final int PCDATA
RegularExpression Id.

See Also:
Constant Field Values

TAG_SCRIPT

static final int TAG_SCRIPT
RegularExpression Id.

See Also:
Constant Field Values

TAG_STYLE

static final int TAG_STYLE
RegularExpression Id.

See Also:
Constant Field Values

TAG_NAME

static final int TAG_NAME
RegularExpression Id.

See Also:
Constant Field Values

LST_ERROR

static final int LST_ERROR
RegularExpression Id.

See Also:
Constant Field Values

ATTR_NAME

static final int ATTR_NAME
RegularExpression Id.

See Also:
Constant Field Values

TAG_END

static final int TAG_END
RegularExpression Id.

See Also:
Constant Field Values

TAG_SLASHEND

static final int TAG_SLASHEND
RegularExpression Id.

See Also:
Constant Field Values

ATTR_EQ

static final int ATTR_EQ
RegularExpression Id.

See Also:
Constant Field Values

IMPLICIT_TAG_END

static final int IMPLICIT_TAG_END
RegularExpression Id.

See Also:
Constant Field Values

LIT_ERROR

static final int LIT_ERROR
RegularExpression Id.

See Also:
Constant Field Values

ATTR_VAL

static final int ATTR_VAL
RegularExpression Id.

See Also:
Constant Field Values

LAV_ERROR

static final int LAV_ERROR
RegularExpression Id.

See Also:
Constant Field Values

COMMENT_END

static final int COMMENT_END
RegularExpression Id.

See Also:
Constant Field Values

DASH

static final int DASH
RegularExpression Id.

See Also:
Constant Field Values

COMMENT_EOL

static final int COMMENT_EOL
RegularExpression Id.

See Also:
Constant Field Values

COMMENT_WORD

static final int COMMENT_WORD
RegularExpression Id.

See Also:
Constant Field Values

DECL_ANY

static final int DECL_ANY
RegularExpression Id.

See Also:
Constant Field Values

DECL_END

static final int DECL_END
RegularExpression Id.

See Also:
Constant Field Values

SCRIPT_END

static final int SCRIPT_END
RegularExpression Id.

See Also:
Constant Field Values

STYLE_END

static final int STYLE_END
RegularExpression Id.

See Also:
Constant Field Values

BLOCK_EOL

static final int BLOCK_EOL
RegularExpression Id.

See Also:
Constant Field Values

BLOCK_LBR

static final int BLOCK_LBR
RegularExpression Id.

See Also:
Constant Field Values

BLOCK_WORD

static final int BLOCK_WORD
RegularExpression Id.

See Also:
Constant Field Values

LexStyle

static final int LexStyle
Lexical state.

See Also:
Constant Field Values

LexScript

static final int LexScript
Lexical state.

See Also:
Constant Field Values

LexDecl

static final int LexDecl
Lexical state.

See Also:
Constant Field Values

LexComment

static final int LexComment
Lexical state.

See Also:
Constant Field Values

LexAttrVal

static final int LexAttrVal
Lexical state.

See Also:
Constant Field Values

LexInTag

static final int LexInTag
Lexical state.

See Also:
Constant Field Values

LexStartTag

static final int LexStartTag
Lexical state.

See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
Lexical state.

See Also:
Constant Field Values

tokenImage

static final String[] tokenImage
Literal token values.



Copyright © 1999-2011 Quiotix. All Rights Reserved.