48 lines
1.1 KiB
YAML
48 lines
1.1 KiB
YAML
name: AttributeNode
|
|
class_comment: "# * Represents a \"<selector>[<namespace>|<attribute> <operator> <value>]\"\
|
|
\ 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: namespace
|
|
- name: attribute
|
|
- name: operator
|
|
- name: value
|
|
comment: null
|
|
- name: getSelector
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: getNamespace
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: getAttribute
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: getOperator
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: getValue
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: getSpecificity
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: __toString
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
traits: []
|
|
interfaces: []
|