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

Inheritance: Lucene.Net.Demo.Html.HTMLParserConstants_Fields
Afficher le fichier Open project: synhershko/lucene.net Class Usage Examples

Méthodes publiques

Свойство Type Description
SUMMARY_LENGTH int
lookingAhead bool
token Token
token_source HTMLParserTokenManager

Méthodes publiques

Méthode 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

Méthode 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 méthode

public ArgValue ( ) : Token
Résultat Token

CommentTag() public méthode

public CommentTag ( ) : void
Résultat void

Decl() public méthode

public Decl ( ) : Token
Résultat Token

Disable_tracing() public méthode

public Disable_tracing ( ) : void
Résultat void

Enable_tracing() public méthode

public Enable_tracing ( ) : void
Résultat void

GenerateParseException() public méthode

public GenerateParseException ( ) : ParseException
Résultat ParseException

GetMetaTags() public méthode

public GetMetaTags ( ) : System.Collections.Specialized.NameValueCollection
Résultat System.Collections.Specialized.NameValueCollection

GetNextToken() public méthode

public GetNextToken ( ) : Token
Résultat Token

GetReader() public méthode

public GetReader ( ) : System.IO.StreamReader
Résultat System.IO.StreamReader

GetSummary() public méthode

public GetSummary ( ) : System.String
Résultat System.String

GetTitle() public méthode

public GetTitle ( ) : System.String
Résultat System.String

GetToken() public méthode

public GetToken ( int index ) : Token
index int
Résultat Token

HTMLDocument() public méthode

public HTMLDocument ( ) : void
Résultat void

HTMLParser() public méthode

public HTMLParser ( HTMLParserTokenManager tm ) : System
tm HTMLParserTokenManager
Résultat System

HTMLParser() public méthode

public HTMLParser ( System file ) : System
file System
Résultat System

HTMLParser() public méthode

public HTMLParser ( System stream, System encoding ) : System
stream System
encoding System
Résultat System

ReInit() public méthode

public ReInit ( HTMLParserTokenManager tm ) : void
tm HTMLParserTokenManager
Résultat void

ReInit() public méthode

public ReInit ( System stream ) : void
stream System
Résultat void

ReInit() public méthode

public ReInit ( System stream, System encoding ) : void
stream System
encoding System
Résultat void

ScriptTag() public méthode

public ScriptTag ( ) : void
Résultat void

Tag() public méthode

public Tag ( ) : void
Résultat void

Property Details

SUMMARY_LENGTH public_oe static_oe property

public static int SUMMARY_LENGTH
Résultat int

lookingAhead public_oe property

public bool lookingAhead
Résultat bool

token public_oe property

public Token,Lucene.Net.Demo.Html token
Résultat Token

token_source public_oe property

public HTMLParserTokenManager,Lucene.Net.Demo.Html token_source
Résultat HTMLParserTokenManager