Copied!

Represents a "[| ]" node.

This component is a port of the Python cssselect library,
which is copyright Ian Bicking, @see https://github.com/SimonSapin/cssselect.

CloneableInstantiable
Methods
public __construct(Symfony\Component\CssSelector\Node\NodeInterface $selector, ?string $namespace, string $attribute, string $operator, ?string $value)
public __toString() : string
public getAttribute() : string
public getNamespace() : ?string
public Symfony\Component\CssSelector\Node\AbstractNode::getNodeName() : string
public getOperator() : string
public getSelector() : Symfony\Component\CssSelector\Node\NodeInterface
public getSpecificity() : Symfony\Component\CssSelector\Node\Specificity
public getValue() : ?string
Properties
private string $attribute
private ?string $namespace
private string $operator
private Symfony\Component\CssSelector\Node\NodeInterface $selector
private ?string $value
© 2023 Bruce Wells
Search Namespaces \ Classes
Configuration