PHP Класс Symfony\Component\CssSelector\Node\FunctionNode

This component is a port of the Python lxml library, which is copyright Infrae and distributed under the BSD license.
Автор: Fabien Potencier ([email protected])
Наследование: implements Symfony\Component\CssSelector\Node\NodeInterface
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$expr
$name
$selector
$type
$unsupported

Открытые методы

Метод Описание
__construct ( $selector, $type, $name, $expr )
__toString ( )
toXpath ( )

Защищенные методы

Метод Описание
_xpath_contains ( $xpath, $expr )
_xpath_not ( $xpath, $expr )
_xpath_nth_child ( $xpath, $expr, $last = false, $addNameTest = true )
_xpath_nth_last_child ( $xpath, $expr )
_xpath_nth_last_of_type ( $xpath, $expr )
_xpath_nth_of_type ( $xpath, $expr )
parseSeries ( $s ) Parses things like '1n+2', or 'an+b' generally, returning (a, b)

Описание методов

__construct() публичный Метод

public __construct ( $selector, $type, $name, $expr )

__toString() публичный Метод

public __toString ( )

_xpath_contains() защищенный Метод

protected _xpath_contains ( $xpath, $expr )

_xpath_not() защищенный Метод

protected _xpath_not ( $xpath, $expr )

_xpath_nth_child() защищенный Метод

protected _xpath_nth_child ( $xpath, $expr, $last = false, $addNameTest = true )

_xpath_nth_last_child() защищенный Метод

protected _xpath_nth_last_child ( $xpath, $expr )

_xpath_nth_last_of_type() защищенный Метод

protected _xpath_nth_last_of_type ( $xpath, $expr )

_xpath_nth_of_type() защищенный Метод

protected _xpath_nth_of_type ( $xpath, $expr )

parseSeries() защищенный Метод

Parses things like '1n+2', or 'an+b' generally, returning (a, b)
protected parseSeries ( $s )

toXpath() публичный Метод

public toXpath ( )

Описание свойств

$expr защищенное свойство

protected $expr

$name защищенное свойство

protected $name

$selector защищенное свойство

protected $selector

$type защищенное свойство

protected $type

$unsupported защищенное статическое свойство

protected static $unsupported