org.apache.lucene.demo.html
Interface HTMLParserConstants
- All Known Implementing Classes:
- HTMLParser, HTMLParserTokenManager
public interface HTMLParserConstants
EOF
static final int EOF
- See Also:
- Constant Field Values
ScriptStart
static final int ScriptStart
- See Also:
- Constant Field Values
TagName
static final int TagName
- See Also:
- Constant Field Values
DeclName
static final int DeclName
- See Also:
- Constant Field Values
Comment1
static final int Comment1
- See Also:
- Constant Field Values
Comment2
static final int Comment2
- See Also:
- Constant Field Values
Word
static final int Word
- See Also:
- Constant Field Values
LET
static final int LET
- See Also:
- Constant Field Values
NUM
static final int NUM
- See Also:
- Constant Field Values
Entity
static final int Entity
- See Also:
- Constant Field Values
Space
static final int Space
- See Also:
- Constant Field Values
SP
static final int SP
- See Also:
- Constant Field Values
Punct
static final int Punct
- See Also:
- Constant Field Values
ScriptText
static final int ScriptText
- See Also:
- Constant Field Values
ScriptEnd
static final int ScriptEnd
- See Also:
- Constant Field Values
ArgName
static final int ArgName
- See Also:
- Constant Field Values
ArgEquals
static final int ArgEquals
- See Also:
- Constant Field Values
TagEnd
static final int TagEnd
- See Also:
- Constant Field Values
ArgValue
static final int ArgValue
- See Also:
- Constant Field Values
ArgQuote1
static final int ArgQuote1
- See Also:
- Constant Field Values
ArgQuote2
static final int ArgQuote2
- See Also:
- Constant Field Values
Quote1Text
static final int Quote1Text
- See Also:
- Constant Field Values
CloseQuote1
static final int CloseQuote1
- See Also:
- Constant Field Values
Quote2Text
static final int Quote2Text
- See Also:
- Constant Field Values
CloseQuote2
static final int CloseQuote2
- See Also:
- Constant Field Values
CommentText1
static final int CommentText1
- See Also:
- Constant Field Values
CommentEnd1
static final int CommentEnd1
- See Also:
- Constant Field Values
CommentText2
static final int CommentText2
- See Also:
- Constant Field Values
CommentEnd2
static final int CommentEnd2
- See Also:
- Constant Field Values
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
WithinScript
static final int WithinScript
- See Also:
- Constant Field Values
WithinTag
static final int WithinTag
- See Also:
- Constant Field Values
AfterEquals
static final int AfterEquals
- See Also:
- Constant Field Values
WithinQuote1
static final int WithinQuote1
- See Also:
- Constant Field Values
WithinQuote2
static final int WithinQuote2
- See Also:
- Constant Field Values
WithinComment1
static final int WithinComment1
- See Also:
- Constant Field Values
WithinComment2
static final int WithinComment2
- See Also:
- Constant Field Values
tokenImage
static final java.lang.String[] tokenImage