[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/_test/vendor/symfony/css-selector/Parser/Shortcut/ -> EmptyStringParser.php (summary)

(no description)

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

Defines 1 class

EmptyStringParser:: (1 method):
  parse()


Class: EmptyStringParser  - X-Ref

CSS selector class parser shortcut.

This shortcut ensure compatibility with previous version.
- The parser fails to parse an empty string.
- In the previous version, an empty string matches each tags.

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

parse(string $source)   X-Ref
{@inheritdoc}