PHP Class Habari\HTMLSelector

Afficher le fichier Open project: habari/system

Méthodes publiques

Свойство Type Description
$selector string the CSS selector

Méthodes publiques

Méthode Description
__construct ( string $selector ) Constructor for setting the CSS selector in this class
toXPath ( ) : string Convert the CSS selector to an XPath selector

Private Methods

Méthode Description
get_part_xpath ( string $part, array $stack ) : string Interal method for parsing the CSS parts into XPath parts

Method Details

__construct() public méthode

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

toXPath() public méthode

Convert the CSS selector to an XPath selector
public toXPath ( ) : string
Résultat string

Property Details

$selector public_oe property

the CSS selector
public string $selector
Résultat string