[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

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

(no description)

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

Defines 1 class

Reader:: (9 methods):
  __construct()
  isEOF()
  getPosition()
  getRemainingLength()
  getSubstring()
  getOffset()
  findPattern()
  moveForward()
  moveToEnd()


Class: Reader  - X-Ref

CSS selector reader.

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

__construct(string $source)   X-Ref
No description

isEOF()   X-Ref
No description

getPosition()   X-Ref
No description

getRemainingLength()   X-Ref
No description

getSubstring(int $length, int $offset = 0)   X-Ref
No description

getOffset(string $string)   X-Ref
No description

findPattern(string $pattern)   X-Ref

return: array|false

moveForward(int $length)   X-Ref
No description

moveToEnd()   X-Ref
No description