NegationNode
class NegationNode 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
getSelector()
No description
getSubSelector()
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 $selector, NodeInterface $subSelector)
at line line 49
NodeInterface
getSelector()
at line line 57
NodeInterface
getSubSelector()
at line line 65
Specificity
getSpecificity()
Returns node's specificity.
at line line 73
string
__toString()
Returns node's string representation.