C# 클래스 NSoup.Select.QueryParser

Parses a CSS selector into an Evaluator tree.
파일 보기 프로젝트 열기: milenstack/NSoup 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

Parse() 공개 정적인 메소드

Parse a CSS query into an Evaluator.
public static Parse ( string query ) : NSoup.Select.Evaluator
query string query CSS query
리턴 NSoup.Select.Evaluator