[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/_test/vendor/symfony/css-selector/XPath/Extension/ -> CombinationExtension.php (summary)

(no description)

File Size: 71 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

CombinationExtension:: (6 methods):
  getCombinationTranslators()
  translateDescendant()
  translateChild()
  translateDirectAdjacent()
  translateIndirectAdjacent()
  getName()


Class: CombinationExtension  - X-Ref

XPath expression translator combination extension.

This component is a port of the Python cssselect library,
which is copyright Ian Bicking, @see https://github.com/SimonSapin/cssselect.

getCombinationTranslators()   X-Ref
{@inheritdoc}


translateDescendant(XPathExpr $xpath, XPathExpr $combinedXpath)   X-Ref
No description

translateChild(XPathExpr $xpath, XPathExpr $combinedXpath)   X-Ref
No description

translateDirectAdjacent(XPathExpr $xpath, XPathExpr $combinedXpath)   X-Ref
No description

translateIndirectAdjacent(XPathExpr $xpath, XPathExpr $combinedXpath)   X-Ref
No description

getName()   X-Ref
{@inheritdoc}