ElementNode
class ElementNode 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
__construct(string|null $namespace = null, string|null $element = null)
No description
null|string
getNamespace()
No description
null|string
getElement()
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(string|null $namespace = null, string|null $element = null)
at line line 49
null|string
getNamespace()
at line line 57
null|string
getElement()
at line line 65
Specificity
getSpecificity()
Returns node's specificity.
at line line 73
string
__toString()
Returns node's string representation.