54 lines
1.1 KiB
YAML
54 lines
1.1 KiB
YAML
|
name: Reader
|
||
|
class_comment: "# * CSS selector reader.\n# *\n# * This component is a port of the\
|
||
|
\ Python cssselect library,\n# * which is copyright Ian Bicking, @see https://github.com/SimonSapin/cssselect.\n\
|
||
|
# *\n# * @author Jean-Fran\xE7ois Simon <jeanfrancois.simon@sensiolabs.com>\n# *\n\
|
||
|
# * @internal"
|
||
|
dependencies: []
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: __construct
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: source
|
||
|
comment: null
|
||
|
- name: isEOF
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: getPosition
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: getRemainingLength
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: getSubstring
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: length
|
||
|
- name: offset
|
||
|
default: '0'
|
||
|
comment: null
|
||
|
- name: getOffset
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: string
|
||
|
comment: null
|
||
|
- name: findPattern
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: pattern
|
||
|
comment: null
|
||
|
- name: moveForward
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: length
|
||
|
comment: null
|
||
|
- name: moveToEnd
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits: []
|
||
|
interfaces: []
|