Represents a "[| ]" node.
This component is a port of the Python cssselect library, which is copyright Ian Bicking, @see https://github.com/SimonSapin/cssselect.
- author Jean-François Simon
- internal
CloneableInstantiable
| Methods |
| public __construct(Symfony |
| public __toString() : string |
| public getAttribute() : string |
| public getNamespace() : ?string |
| public getOperator() : string |
| public getSelector() : Symfony |
| public getSpecificity() : Symfony |
| public getValue() : ?string |
| Properties |
| private string $attribute |
| private ?string $namespace |
| private string $operator |
| private Symfony |
| private ?string $value |