[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/_test/vendor/symfony/css-selector/Exception/ -> SyntaxErrorException.php (summary)

(no description)

File Size: 72 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

SyntaxErrorException:: (5 methods):
  unexpectedToken()
  pseudoElementFound()
  unclosedString()
  nestedNot()
  stringAsFunctionArgument()


Class: SyntaxErrorException  - X-Ref

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

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

unexpectedToken($expectedValue, Token $foundToken)   X-Ref

param: string $expectedValue
return: self

pseudoElementFound($pseudoElement, $unexpectedLocation)   X-Ref

param: string $pseudoElement
param: string $unexpectedLocation
return: self

unclosedString($position)   X-Ref

param: int $position
return: self

nestedNot()   X-Ref

return: self

stringAsFunctionArgument()   X-Ref

return: self