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