Spec-Zone.ru › Symfony 3.2

AttributeNode

class AttributeNode extends AbstractNode

Представляет узел "[| ]".

Этот компонент является портом библиотеки Python cssselect, авторские права которой принадлежат Ian Bicking, см. https://github.com/SimonSapin/cssselect.

Методы

string getNodeName() из AbstractNode
__construct(NodeInterface $selector, string $namespace, string $attribute, string $operator, string $value)
NodeInterface getSelector()
string getNamespace()
string getAttribute()
string getOperator()
string getValue()
Specificity getSpecificity()

Возвращает специфичность узла.

string __toString()

Возвращает строковое представление узла.

Подробности

string getNodeName()

Значение возврата

string

__construct(NodeInterface $selector, string $namespace, string $attribute, string $operator, string $value)

Параметры

NodeInterface $selector
string $namespace
string $attribute
string $operator
string $value

NodeInterface getSelector()

Значение возврата

NodeInterface

string getNamespace()

Значение возврата

string

string getAttribute()

Значение возврата

string

string getOperator()

Значение возврата

string

string getValue()

Значение возврата

string

Specificity getSpecificity()

Возвращает специфичность узла.

Значение возврата

Specificity

string __toString()

Возвращает строковое представление узла.

Значение возврата

string

© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/3.2/Symfony/Component/CssSelector/Node/AttributeNode.html

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API