class NegationNode extends AbstractNode

Represents a ":not()" node.

This component is a port of the Python cssselect library, which is copyright Ian Bicking, see https://github.com/SimonSapin/cssselect.

Methods

string
getNodeName()

No description

__construct(NodeInterface $selector, NodeInterface $subSelector)

No description

getSelector()

No description

getSubSelector()

No description

getSpecificity()

No description

string
__toString()

No description

Details

string getNodeName()

Return Value

string

__construct(NodeInterface $selector, NodeInterface $subSelector)

Parameters

NodeInterface $selector
NodeInterface $subSelector

NodeInterface getSelector()

Return Value

NodeInterface

NodeInterface getSubSelector()

Return Value

NodeInterface

Specificity getSpecificity()

Return Value

Specificity

string __toString()

Return Value

string