PHP 클래스 Habari\HTMLSelector

파일 보기 프로젝트 열기: habari/system

공개 프로퍼티들

프로퍼티 타입 설명
$selector string the CSS selector

공개 메소드들

메소드 설명
__construct ( string $selector ) Constructor for setting the CSS selector in this class
toXPath ( ) : string Convert the CSS selector to an XPath selector

비공개 메소드들

메소드 설명
get_part_xpath ( string $part, array $stack ) : string Interal method for parsing the CSS parts into XPath parts

메소드 상세

__construct() 공개 메소드

Constructor for setting the CSS selector in this class
public __construct ( string $selector )
$selector string A CSS selector

toXPath() 공개 메소드

Convert the CSS selector to an XPath selector
public toXPath ( ) : string
리턴 string

프로퍼티 상세

$selector 공개적으로 프로퍼티

the CSS selector
public string $selector
리턴 string