class CombinedSelectorNode extends AbstractNode

Represents a combined 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, string $combinator, NodeInterface $subSelector)

No description

getSelector()

No description

string
getCombinator()

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()

Return Value

string

at line line 46
__construct(NodeInterface $selector, string $combinator, NodeInterface $subSelector)

Parameters

NodeInterface $selector
string $combinator
NodeInterface $subSelector

at line line 56
NodeInterface getSelector()

Return Value

NodeInterface

at line line 64
string getCombinator()

Return Value

string

at line line 72
NodeInterface getSubSelector()

Return Value

NodeInterface

at line line 80
Specificity getSpecificity()

Returns node's specificity.

Return Value

Specificity

at line line 88
string __toString()

Returns node's string representation.

Return Value

string