W3cubDocs

/Symfony 2.7

Symfony\Component\CssSelector\Exception\SyntaxErrorException

class SyntaxErrorException extends ParseException implements ExceptionInterface

ParseException is thrown when a CSS selector syntax is not valid.

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

Methods

static SyntaxErrorException unexpectedToken(string $expectedValue, Token $foundToken)
static SyntaxErrorException pseudoElementFound(string $pseudoElement, string $unexpectedLocation)
static SyntaxErrorException unclosedString(int $position)
static SyntaxErrorException nestedNot()
static SyntaxErrorException stringAsFunctionArgument()

Details

static public SyntaxErrorException unexpectedToken(string $expectedValue, Token $foundToken)

Parameters

string $expectedValue
Token $foundToken

Return Value

SyntaxErrorException

static public SyntaxErrorException pseudoElementFound(string $pseudoElement, string $unexpectedLocation)

Parameters

string $pseudoElement
string $unexpectedLocation

Return Value

SyntaxErrorException

static public SyntaxErrorException unclosedString(int $position)

Parameters

int $position

Return Value

SyntaxErrorException

static public SyntaxErrorException nestedNot()

Return Value

SyntaxErrorException

static public SyntaxErrorException stringAsFunctionArgument()

Return Value

SyntaxErrorException

© 2004–2016 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/2.7/Symfony/Component/CssSelector/Exception/SyntaxErrorException.html