C# Class Tp.Integration.Plugin.TestRunImport.Utils.HtmlReader

A very loose HTML parser.
See also twintsam project for an alternative and more capable implementation of HtmlReader compatible with .NET framework XML readers.
Inheritance: IDisposable
Afficher le fichier Open project: TargetProcess/Target-Process-Plugins Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetInnerTextUpToElement ( string elementName, HtmlNodeType nodeType ) : string
HtmlReader ( TextReader textReader ) : System
Read ( ) : bool
ReadElementString ( ) : string
ReadToFollowing ( string elementName ) : bool

Private Methods

Méthode Description
DecodeEntity ( string s ) : string

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetInnerTextUpToElement() public méthode

public GetInnerTextUpToElement ( string elementName, HtmlNodeType nodeType ) : string
elementName string
nodeType HtmlNodeType
Résultat string

HtmlReader() public méthode

public HtmlReader ( TextReader textReader ) : System
textReader TextReader
Résultat System

Read() public méthode

public Read ( ) : bool
Résultat bool

ReadElementString() public méthode

public ReadElementString ( ) : string
Résultat string

ReadToFollowing() public méthode

public ReadToFollowing ( string elementName ) : bool
elementName string
Résultat bool