C# Class NSoup.Select.QueryParser

Parses a CSS selector into an Evaluator tree.
Afficher le fichier Open project: milenstack/NSoup Class Usage Examples

Méthodes publiques

Méthode Description
Parse ( string query ) : NSoup.Select.Evaluator

Parse a CSS query into an Evaluator.

Private Methods

Méthode Description
AllElements ( ) : void
ByAttribute ( ) : void
ByClass ( ) : void
ById ( ) : void
ByTag ( ) : void
Combinator ( char combinator ) : void
ConsumeIndex ( ) : int
ConsumeSubQuery ( ) : string
Contains ( bool own ) : void
FindElements ( ) : void
Has ( ) : void
IndexEquals ( ) : void
IndexGreaterThan ( ) : void
IndexLessThan ( ) : void
Matches ( bool own ) : void
Not ( ) : void
Parse ( ) : NSoup.Select.Evaluator

Parse the query

QueryParser ( string query ) : NSoup.Parse

Create a new QueryParser.

Method Details

Parse() public static méthode

Parse a CSS query into an Evaluator.
public static Parse ( string query ) : NSoup.Select.Evaluator
query string query CSS query
Résultat NSoup.Select.Evaluator