37 lines
914 B
YAML
37 lines
914 B
YAML
name: CombinedSelectorNode
|
|
class_comment: "# * Represents a combined node.\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: selector
|
|
- name: combinator
|
|
- name: subSelector
|
|
comment: null
|
|
- name: getSelector
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: getCombinator
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: getSubSelector
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: getSpecificity
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: __toString
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
traits: []
|
|
interfaces: []
|