33 lines
852 B
YAML
33 lines
852 B
YAML
name: SelectorNode
|
|
class_comment: "# * Represents a \"<selector>(::|:)<pseudoElement>\" 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\xE7\
|
|
ois Simon <jeanfrancois.simon@sensiolabs.com>\n# *\n# * @internal"
|
|
dependencies: []
|
|
properties: []
|
|
methods:
|
|
- name: __construct
|
|
visibility: public
|
|
parameters:
|
|
- name: tree
|
|
- name: pseudoElement
|
|
default: 'null'
|
|
comment: null
|
|
- name: getTree
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: getPseudoElement
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: getSpecificity
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: __toString
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
traits: []
|
|
interfaces: []
|