C# Class Lucene.Net.Demo.Html.HTMLParser

Inheritance: Lucene.Net.Demo.Html.HTMLParserConstants_Fields
Show file Open project: synhershko/lucene.net Class Usage Examples

Public Properties

Property Type Description
SUMMARY_LENGTH int
lookingAhead bool
token Token
token_source HTMLParserTokenManager

Public Methods

Method Description
ArgValue ( ) : Token
CommentTag ( ) : void
Decl ( ) : Token
Disable_tracing ( ) : void
Enable_tracing ( ) : void
GenerateParseException ( ) : ParseException
GetMetaTags ( ) : System.Collections.Specialized.NameValueCollection
GetNextToken ( ) : Token
GetReader ( ) : System.IO.StreamReader
GetSummary ( ) : System.String
GetTitle ( ) : System.String
GetToken ( int index ) : Token
HTMLDocument ( ) : void
HTMLParser ( HTMLParserTokenManager tm ) : System
HTMLParser ( System file ) : System
HTMLParser ( System stream, System encoding ) : System
ReInit ( HTMLParserTokenManager tm ) : void
ReInit ( System stream ) : void
ReInit ( System stream, System encoding ) : void
ScriptTag ( ) : void
Tag ( ) : void

Private Methods

Method Description
AddMetaTag ( ) : void
AddSpace ( ) : void
AddText ( System text ) : void
AddToSummary ( System text ) : void
HTMLParser ( ) : System
InitBlock ( ) : void
Jj_2_1 ( int xla ) : bool
Jj_2_2 ( int xla ) : bool
Jj_3_1 ( ) : bool
Jj_3_2 ( ) : bool
Jj_add_error_token ( int kind, int pos ) : void
Jj_consume_token ( int kind ) : Token
Jj_la1_0 ( ) : void
Jj_ntk ( ) : int
Jj_rescan_token ( ) : void
Jj_save ( int index, int xla ) : void
Jj_scan_token ( int kind ) : bool

Method Details

ArgValue() public method

public ArgValue ( ) : Token
return Token

CommentTag() public method

public CommentTag ( ) : void
return void

Decl() public method

public Decl ( ) : Token
return Token

Disable_tracing() public method

public Disable_tracing ( ) : void
return void

Enable_tracing() public method

public Enable_tracing ( ) : void
return void

GenerateParseException() public method

public GenerateParseException ( ) : ParseException
return ParseException

GetMetaTags() public method

public GetMetaTags ( ) : System.Collections.Specialized.NameValueCollection
return System.Collections.Specialized.NameValueCollection

GetNextToken() public method

public GetNextToken ( ) : Token
return Token

GetReader() public method

public GetReader ( ) : System.IO.StreamReader
return System.IO.StreamReader

GetSummary() public method

public GetSummary ( ) : System.String
return System.String

GetTitle() public method

public GetTitle ( ) : System.String
return System.String

GetToken() public method

public GetToken ( int index ) : Token
index int
return Token

HTMLDocument() public method

public HTMLDocument ( ) : void
return void

HTMLParser() public method

public HTMLParser ( HTMLParserTokenManager tm ) : System
tm HTMLParserTokenManager
return System

HTMLParser() public method

public HTMLParser ( System file ) : System
file System
return System

HTMLParser() public method

public HTMLParser ( System stream, System encoding ) : System
stream System
encoding System
return System

ReInit() public method

public ReInit ( HTMLParserTokenManager tm ) : void
tm HTMLParserTokenManager
return void

ReInit() public method

public ReInit ( System stream ) : void
stream System
return void

ReInit() public method

public ReInit ( System stream, System encoding ) : void
stream System
encoding System
return void

ScriptTag() public method

public ScriptTag ( ) : void
return void

Tag() public method

public Tag ( ) : void
return void

Property Details

SUMMARY_LENGTH public static property

public static int SUMMARY_LENGTH
return int

lookingAhead public property

public bool lookingAhead
return bool

token public property

public Token,Lucene.Net.Demo.Html token
return Token

token_source public property

public HTMLParserTokenManager,Lucene.Net.Demo.Html token_source
return HTMLParserTokenManager