SelectorNode
class SelectorNode 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
getTree()
No description
null|string
getPseudoElement()
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 40
__construct(NodeInterface $tree, null|string $pseudoElement = null)
at line line 49
NodeInterface
getTree()
at line line 57
null|string
getPseudoElement()
at line line 65
Specificity
getSpecificity()
Returns node's specificity.
at line line 73
string
__toString()
Returns node's string representation.