47 lines
1.2 KiB
YAML
47 lines
1.2 KiB
YAML
|
name: CombinationExtension
|
||
|
class_comment: "# * XPath expression translator combination extension.\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:
|
||
|
- name: XPathExpr
|
||
|
type: class
|
||
|
source: Symfony\Component\CssSelector\XPath\XPathExpr
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: getCombinationTranslators
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: translateDescendant
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: xpath
|
||
|
- name: combinedXpath
|
||
|
comment: null
|
||
|
- name: translateChild
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: xpath
|
||
|
- name: combinedXpath
|
||
|
comment: null
|
||
|
- name: translateDirectAdjacent
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: xpath
|
||
|
- name: combinedXpath
|
||
|
comment: null
|
||
|
- name: translateIndirectAdjacent
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: xpath
|
||
|
- name: combinedXpath
|
||
|
comment: null
|
||
|
- name: getName
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Symfony\Component\CssSelector\XPath\XPathExpr
|
||
|
interfaces: []
|