PseudoNode
class PseudoNode 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
string
getIdentifier()
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, string $identifier)
at line line 49
NodeInterface
getSelector()
at line line 57
string
getIdentifier()
at line line 65
Specificity
getSpecificity()
Returns node's specificity.
at line line 73
string
__toString()
Returns node's string representation.