Interface VfParserConstants

    • Field Detail

      • ALPHA_CHAR

        static final int ALPHA_CHAR
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • ALPHANUM_CHAR

        static final int ALPHANUM_CHAR
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • IDENTIFIER_CHAR

        static final int IDENTIFIER_CHAR
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • IDENTIFIER

        static final int IDENTIFIER
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • QUOTED_STRING_NO_BREAKS

        static final int QUOTED_STRING_NO_BREAKS
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • QUOTED_STRING

        static final int QUOTED_STRING
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • WHITESPACE

        static final int WHITESPACE
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • NO_WHITESPACE_OR_LT_OR_DOLLAR

        static final int NO_WHITESPACE_OR_LT_OR_DOLLAR
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • OPENBRACE

        static final int OPENBRACE
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • NO_LT_OR_OPENBRACE

        static final int NO_LT_OR_OPENBRACE
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • NO_ENDTAG_START

        static final int NO_ENDTAG_START
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • TEXT_IN_EL

        static final int TEXT_IN_EL
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • CLOSEBRACE

        static final int CLOSEBRACE
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • COMMNT_START

        static final int COMMNT_START
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • COMMNT_END

        static final int COMMNT_END
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • TAG_START

        static final int TAG_START
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • ENDTAG_START

        static final int ENDTAG_START
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • COMMENT_START

        static final int COMMENT_START
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • DECL_START

        static final int DECL_START
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • DOCTYPE_DECL_START

        static final int DOCTYPE_DECL_START
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • CDATA_START

        static final int CDATA_START
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • HTML_SCRIPT_START

        static final int HTML_SCRIPT_START
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • EL_EXPRESSION

        static final int EL_EXPRESSION
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • UNPARSED_TEXT

        static final int UNPARSED_TEXT
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • DOUBLE_EQ

        static final int DOUBLE_EQ
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • PIPE_PIPE

        static final int PIPE_PIPE
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • STRING_LITERAL

        static final int STRING_LITERAL
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • IDENTIFIER_EL

        static final int IDENTIFIER_EL
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • END_OF_EL

        static final int END_OF_EL
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • COMMENT_OPEN_SQ

        static final int COMMENT_OPEN_SQ
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • END_OF_EL_ATTRIB_SQ

        static final int END_OF_EL_ATTRIB_SQ
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • COMMENT_OPEN_DQ

        static final int COMMENT_OPEN_DQ
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • END_OF_EL_ATTRIB_DQ

        static final int END_OF_EL_ATTRIB_DQ
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • END_OF_EL_ATTRIB_NQ

        static final int END_OF_EL_ATTRIB_NQ
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • COMMENT_OPEN_SCRIPT

        static final int COMMENT_OPEN_SCRIPT
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • END_OF_EL_SCRIPT

        static final int END_OF_EL_SCRIPT
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • WHITESPACES

        static final int WHITESPACES
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • DOCTYPE_DECL_END

        static final int DOCTYPE_DECL_END
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • QUOTED_LITERAL

        static final int QUOTED_LITERAL
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • CDATA_END

        static final int CDATA_END
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • LST_ERROR

        static final int LST_ERROR
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • ATTR_NAME

        static final int ATTR_NAME
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • TAG_SLASHEND

        static final int TAG_SLASHEND
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • IN_TAG_ERROR

        static final int IN_TAG_ERROR
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • SINGLE_QUOTE

        static final int SINGLE_QUOTE
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • DOUBLE_QUOTE

        static final int DOUBLE_QUOTE
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • NO_QUOTE_NO_WHITESPACE

        static final int NO_QUOTE_NO_WHITESPACE
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • IN_ATTR_WHITESPACE

        static final int IN_ATTR_WHITESPACE
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • ENDING_WHITESPACE

        static final int ENDING_WHITESPACE
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • EL_EXPRESSION_IN_ATTRIBUTE_NQ

        static final int EL_EXPRESSION_IN_ATTRIBUTE_NQ
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • UNPARSED_TEXT_NO_WHITESPACE

        static final int UNPARSED_TEXT_NO_WHITESPACE
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • ENDING_SINGLE_QUOTE

        static final int ENDING_SINGLE_QUOTE
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • EL_EXPRESSION_IN_ATTRIBUTE_SQ

        static final int EL_EXPRESSION_IN_ATTRIBUTE_SQ
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • UNPARSED_TEXT_NO_SINGLE_QUOTES

        static final int UNPARSED_TEXT_NO_SINGLE_QUOTES
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • ENDING_DOUBLE_QUOTE

        static final int ENDING_DOUBLE_QUOTE
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • EL_EXPRESSION_IN_ATTRIBUTE_DQ

        static final int EL_EXPRESSION_IN_ATTRIBUTE_DQ
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • UNPARSED_TEXT_NO_DOUBLE_QUOTES

        static final int UNPARSED_TEXT_NO_DOUBLE_QUOTES
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • COMMENT_END

        static final int COMMENT_END
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • COMMENT_TEXT

        static final int COMMENT_TEXT
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • COMMENT_CLOSE_SCRIPT

        static final int COMMENT_CLOSE_SCRIPT
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • COMMENT_INNER_TEXT_SCRIPT

        static final int COMMENT_INNER_TEXT_SCRIPT
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • COMMENT_CLOSE_SQ

        static final int COMMENT_CLOSE_SQ
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • COMMENT_INNER_TEXT_SQ

        static final int COMMENT_INNER_TEXT_SQ
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • COMMENT_CLOSE_DQ

        static final int COMMENT_CLOSE_DQ
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • COMMENT_INNER_TEXT_DQ

        static final int COMMENT_INNER_TEXT_DQ
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • HTML_SCRIPT_END_TAG

        static final int HTML_SCRIPT_END_TAG
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • EL_EXPRESSION_IN_SCRIPT

        static final int EL_EXPRESSION_IN_SCRIPT
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • HTML_SCRIPT_CONTENT

        static final int HTML_SCRIPT_CONTENT
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • BYTE_ORDER_MARK

        static final int BYTE_ORDER_MARK
        Deprecated.
        RegularExpression Id.
        See Also:
        Constant Field Values
      • InlineCommentStateDQ

        static final int InlineCommentStateDQ
        Deprecated.
        Lexical state.
        See Also:
        Constant Field Values
      • InlineCommentStateSQ

        static final int InlineCommentStateSQ
        Deprecated.
        Lexical state.
        See Also:
        Constant Field Values
      • InlineCommentStateScript

        static final int InlineCommentStateScript
        Deprecated.
        Lexical state.
        See Also:
        Constant Field Values
      • AttrValueBetweenDoubleQuotesState

        static final int AttrValueBetweenDoubleQuotesState
        Deprecated.
        Lexical state.
        See Also:
        Constant Field Values
      • AttrValueBetweenSingleQuotesState

        static final int AttrValueBetweenSingleQuotesState
        Deprecated.
        Lexical state.
        See Also:
        Constant Field Values
      • AttrValueNoQuotesState

        static final int AttrValueNoQuotesState
        Deprecated.
        Lexical state.
        See Also:
        Constant Field Values
      • AttrValueState

        static final int AttrValueState
        Deprecated.
        Lexical state.
        See Also:
        Constant Field Values
      • StartTagState

        static final int StartTagState
        Deprecated.
        Lexical state.
        See Also:
        Constant Field Values
      • DocTypeExternalIdState

        static final int DocTypeExternalIdState
        Deprecated.
        Lexical state.
        See Also:
        Constant Field Values
      • ElAttribTagStateNQ

        static final int ElAttribTagStateNQ
        Deprecated.
        Lexical state.
        See Also:
        Constant Field Values
      • ElInScriptState

        static final int ElInScriptState
        Deprecated.
        Lexical state.
        See Also:
        Constant Field Values
      • ElAttribTagStateDQ

        static final int ElAttribTagStateDQ
        Deprecated.
        Lexical state.
        See Also:
        Constant Field Values
      • ElAttribTagStateSQ

        static final int ElAttribTagStateSQ
        Deprecated.
        Lexical state.
        See Also:
        Constant Field Values
      • HtmlScriptContentState

        static final int HtmlScriptContentState
        Deprecated.
        Lexical state.
        See Also:
        Constant Field Values
      • AfterTagState

        static final int AfterTagState
        Deprecated.
        Lexical state.
        See Also:
        Constant Field Values
      • tokenImage

        static final String[] tokenImage
        Deprecated.
        Literal token values.