Метод | Описание | |
---|---|---|
Parse ( string query ) : NSoup.Select.Evaluator |
Parse a CSS query into an Evaluator.
|
Метод | Описание | |
---|---|---|
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.
|
public static Parse ( string query ) : NSoup.Select.Evaluator | ||
query | string | query CSS query |
Результат | NSoup.Select.Evaluator |