class AttributeNode 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 $selector, string|null $namespace, string $attribute, string $operator, string|null $value)

No description

getSelector()

No description

string|null
getNamespace()

No description

string
getAttribute()

No description

string
getOperator()

No description

string|null
getValue()

No description

getSpecificity()

No description

string
__toString()

No description

Details

string getNodeName()

Return Value

string

__construct(NodeInterface $selector, string|null $namespace, string $attribute, string $operator, string|null $value)

Parameters

NodeInterface $selector
string|null $namespace
string $attribute
string $operator
string|null $value

NodeInterface getSelector()

Return Value

NodeInterface

string|null getNamespace()

Return Value

string|null

string getAttribute()

Return Value

string

string getOperator()

Return Value

string

string|null getValue()

Return Value

string|null

Specificity getSpecificity()

Return Value

Specificity

string __toString()

Return Value

string