AttributeNode
class AttributeNode extends AbstractNode
Represents a "
This component is a port of the Python cssselect library, which is copyright Ian Bicking, see https://github.com/SimonSapin/cssselect.
Methods
__construct(NodeInterface $selector, string $namespace, string $attribute, string $operator, string $value)
No description
getSelector()
No description
string
getNamespace()
No description
string
getAttribute()
No description
string
getOperator()
No description
string
getValue()
No description
getSpecificity()
Returns node's specificity.
string
__toString()
Returns node's string representation.
Details
in AbstractNode at line line 34
string
getNodeName()
at line line 58
__construct(NodeInterface $selector, string $namespace, string $attribute, string $operator, string $value)
at line line 70
NodeInterface
getSelector()
at line line 78
string
getNamespace()
at line line 86
string
getAttribute()
at line line 94
string
getOperator()
at line line 102
string
getValue()
at line line 110
Specificity
getSpecificity()
Returns node's specificity.
at line line 118
string
__toString()
Returns node's string representation.