Lucene.Net  3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
Public Attributes | Static Public Attributes | List of all members
Lucene.Net.Demo.Html.HTMLParserConstants_Fields Class Reference

Inherited by Lucene.Net.Demo.Html.HTMLParser, and Lucene.Net.Demo.Html.HTMLParserTokenManager.

Public Attributes

const int EOF = 0
 
const int ScriptStart = 1
 
const int TagName = 2
 
const int DeclName = 3
 
const int Comment1 = 4
 
const int Comment2 = 5
 
const int Word = 6
 
const int LET = 7
 
const int NUM = 8
 
const int HEX = 9
 
const int Entity = 10
 
const int Space = 11
 
const int SP = 12
 
const int Punct = 13
 
const int ScriptText = 14
 
const int ScriptEnd = 15
 
const int ArgName = 16
 
const int ArgEquals = 17
 
const int TagEnd = 18
 
const int ArgValue = 19
 
const int ArgQuote1 = 20
 
const int ArgQuote2 = 21
 
const int Quote1Text = 23
 
const int CloseQuote1 = 24
 
const int Quote2Text = 25
 
const int CloseQuote2 = 26
 
const int CommentText1 = 27
 
const int CommentEnd1 = 28
 
const int CommentText2 = 29
 
const int CommentEnd2 = 30
 
const int DEFAULT = 0
 
const int WithinScript = 1
 
const int WithinTag = 2
 
const int AfterEquals = 3
 
const int WithinQuote1 = 4
 
const int WithinQuote2 = 5
 
const int WithinComment1 = 6
 
const int WithinComment2 = 7
 

Static Public Attributes

static System.String[] tokenImage = new System.String[]{"<EOF>", "\"<script\"", "<TagName>", "<DeclName>", "\"<!--\"", "\"<!\"", "<Word>", "<LET>", "<NUM>", "<HEX>", "<Entity>", "<Space>", "<SP>", "<Punct>", "<ScriptText>", "<ScriptEnd>", "<ArgName>", "\"=\"", "<TagEnd>", "<ArgValue>", "\"\\\'\"", "\"\\\"\"", "<token of kind 22>", "<Quote1Text>", "<CloseQuote1>", "<Quote2Text>", "<CloseQuote2>", "<CommentText1>", "\"-->\"", "<CommentText2>", "\">\""}
 

Detailed Description

Definition at line 25 of file HTMLParserConstants.cs.

Member Data Documentation

const int Lucene.Net.Demo.Html.HTMLParserConstants_Fields.AfterEquals = 3

Definition at line 60 of file HTMLParserConstants.cs.

const int Lucene.Net.Demo.Html.HTMLParserConstants_Fields.ArgEquals = 17

Definition at line 44 of file HTMLParserConstants.cs.

const int Lucene.Net.Demo.Html.HTMLParserConstants_Fields.ArgName = 16

Definition at line 43 of file HTMLParserConstants.cs.

const int Lucene.Net.Demo.Html.HTMLParserConstants_Fields.ArgQuote1 = 20

Definition at line 47 of file HTMLParserConstants.cs.

const int Lucene.Net.Demo.Html.HTMLParserConstants_Fields.ArgQuote2 = 21

Definition at line 48 of file HTMLParserConstants.cs.

const int Lucene.Net.Demo.Html.HTMLParserConstants_Fields.ArgValue = 19

Definition at line 46 of file HTMLParserConstants.cs.

const int Lucene.Net.Demo.Html.HTMLParserConstants_Fields.CloseQuote1 = 24

Definition at line 50 of file HTMLParserConstants.cs.

const int Lucene.Net.Demo.Html.HTMLParserConstants_Fields.CloseQuote2 = 26

Definition at line 52 of file HTMLParserConstants.cs.

const int Lucene.Net.Demo.Html.HTMLParserConstants_Fields.Comment1 = 4

Definition at line 31 of file HTMLParserConstants.cs.

const int Lucene.Net.Demo.Html.HTMLParserConstants_Fields.Comment2 = 5

Definition at line 32 of file HTMLParserConstants.cs.

const int Lucene.Net.Demo.Html.HTMLParserConstants_Fields.CommentEnd1 = 28

Definition at line 54 of file HTMLParserConstants.cs.

const int Lucene.Net.Demo.Html.HTMLParserConstants_Fields.CommentEnd2 = 30

Definition at line 56 of file HTMLParserConstants.cs.

const int Lucene.Net.Demo.Html.HTMLParserConstants_Fields.CommentText1 = 27

Definition at line 53 of file HTMLParserConstants.cs.

const int Lucene.Net.Demo.Html.HTMLParserConstants_Fields.CommentText2 = 29

Definition at line 55 of file HTMLParserConstants.cs.

const int Lucene.Net.Demo.Html.HTMLParserConstants_Fields.DeclName = 3

Definition at line 30 of file HTMLParserConstants.cs.

const int Lucene.Net.Demo.Html.HTMLParserConstants_Fields.DEFAULT = 0

Definition at line 57 of file HTMLParserConstants.cs.

const int Lucene.Net.Demo.Html.HTMLParserConstants_Fields.Entity = 10

Definition at line 37 of file HTMLParserConstants.cs.

const int Lucene.Net.Demo.Html.HTMLParserConstants_Fields.EOF = 0

Definition at line 27 of file HTMLParserConstants.cs.

const int Lucene.Net.Demo.Html.HTMLParserConstants_Fields.HEX = 9

Definition at line 36 of file HTMLParserConstants.cs.

const int Lucene.Net.Demo.Html.HTMLParserConstants_Fields.LET = 7

Definition at line 34 of file HTMLParserConstants.cs.

const int Lucene.Net.Demo.Html.HTMLParserConstants_Fields.NUM = 8

Definition at line 35 of file HTMLParserConstants.cs.

const int Lucene.Net.Demo.Html.HTMLParserConstants_Fields.Punct = 13

Definition at line 40 of file HTMLParserConstants.cs.

const int Lucene.Net.Demo.Html.HTMLParserConstants_Fields.Quote1Text = 23

Definition at line 49 of file HTMLParserConstants.cs.

const int Lucene.Net.Demo.Html.HTMLParserConstants_Fields.Quote2Text = 25

Definition at line 51 of file HTMLParserConstants.cs.

const int Lucene.Net.Demo.Html.HTMLParserConstants_Fields.ScriptEnd = 15

Definition at line 42 of file HTMLParserConstants.cs.

const int Lucene.Net.Demo.Html.HTMLParserConstants_Fields.ScriptStart = 1

Definition at line 28 of file HTMLParserConstants.cs.

const int Lucene.Net.Demo.Html.HTMLParserConstants_Fields.ScriptText = 14

Definition at line 41 of file HTMLParserConstants.cs.

const int Lucene.Net.Demo.Html.HTMLParserConstants_Fields.SP = 12

Definition at line 39 of file HTMLParserConstants.cs.

const int Lucene.Net.Demo.Html.HTMLParserConstants_Fields.Space = 11

Definition at line 38 of file HTMLParserConstants.cs.

const int Lucene.Net.Demo.Html.HTMLParserConstants_Fields.TagEnd = 18

Definition at line 45 of file HTMLParserConstants.cs.

const int Lucene.Net.Demo.Html.HTMLParserConstants_Fields.TagName = 2

Definition at line 29 of file HTMLParserConstants.cs.

System.String [] Lucene.Net.Demo.Html.HTMLParserConstants_Fields.tokenImage = new System.String[]{"<EOF>", "\"<script\"", "<TagName>", "<DeclName>", "\"<!--\"", "\"<!\"", "<Word>", "<LET>", "<NUM>", "<HEX>", "<Entity>", "<Space>", "<SP>", "<Punct>", "<ScriptText>", "<ScriptEnd>", "<ArgName>", "\"=\"", "<TagEnd>", "<ArgValue>", "\"\\\'\"", "\"\\\"\"", "<token of kind 22>", "<Quote1Text>", "<CloseQuote1>", "<Quote2Text>", "<CloseQuote2>", "<CommentText1>", "\"-->\"", "<CommentText2>", "\">\""}
static

Definition at line 65 of file HTMLParserConstants.cs.

const int Lucene.Net.Demo.Html.HTMLParserConstants_Fields.WithinComment1 = 6

Definition at line 63 of file HTMLParserConstants.cs.

const int Lucene.Net.Demo.Html.HTMLParserConstants_Fields.WithinComment2 = 7

Definition at line 64 of file HTMLParserConstants.cs.

const int Lucene.Net.Demo.Html.HTMLParserConstants_Fields.WithinQuote1 = 4

Definition at line 61 of file HTMLParserConstants.cs.

const int Lucene.Net.Demo.Html.HTMLParserConstants_Fields.WithinQuote2 = 5

Definition at line 62 of file HTMLParserConstants.cs.

const int Lucene.Net.Demo.Html.HTMLParserConstants_Fields.WithinScript = 1

Definition at line 58 of file HTMLParserConstants.cs.

const int Lucene.Net.Demo.Html.HTMLParserConstants_Fields.WithinTag = 2

Definition at line 59 of file HTMLParserConstants.cs.

const int Lucene.Net.Demo.Html.HTMLParserConstants_Fields.Word = 6

Definition at line 33 of file HTMLParserConstants.cs.


The documentation for this class was generated from the following file: