class SelectorNode extends AbstractNode

Represents a "(::|:)" 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 $tree, string $pseudoElement = null)

No description

getTree()

No description

string|null
getPseudoElement()

No description

getSpecificity()

No description

string
__toString()

No description

Details

string getNodeName()

Return Value

string

__construct(NodeInterface $tree, string $pseudoElement = null)

Parameters

NodeInterface $tree
string $pseudoElement

NodeInterface getTree()

Return Value

NodeInterface

string|null getPseudoElement()

Return Value

string|null

Specificity getSpecificity()

Return Value

Specificity

string __toString()

Return Value

string