CombinedSelectorNode
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
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()
at line line 46
__construct(NodeInterface $selector, string $combinator, NodeInterface $subSelector)
at line line 56
NodeInterface
getSelector()
at line line 64
string
getCombinator()
at line line 72
NodeInterface
getSubSelector()
at line line 80
Specificity
getSpecificity()
Returns node's specificity.
at line line 88
string
__toString()
Returns node's string representation.