CSS selector token.
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
Cloneable
Instantiable
-
Implements
Stringable
Constants |
public
Symfony |
public
Symfony |
public
Symfony |
public
Symfony |
public
Symfony |
public
Symfony |
public
Symfony |
Methods |
public __construct ( ? string $type , ? string $value , ? int $position ) |
public __toString () : string |
public getPosition () : ? int |
public getType () : ? int |
public getValue () : ? string |
public isDelimiter ( array $values = [ ] ) : bool |
public isFileEnd () : bool |
public isHash () : bool |
public isIdentifier () : bool |
public isNumber () : bool |
public isString () : bool |
public isWhitespace () : bool |
Properties |
private int $position |
private string $type |
private string $value |