[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

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

(no description)

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

Defines 1 class

TranslatorInterface:: (2 methods):
  cssToXPath()
  selectorToXPath()


Interface: TranslatorInterface  - X-Ref

XPath expression translator interface.

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

cssToXPath(string $cssExpr, string $prefix = 'descendant-or-self::')   X-Ref
Translates a CSS selector to an XPath expression.


selectorToXPath(SelectorNode $selector, string $prefix = 'descendant-or-self::')   X-Ref
Translates a parsed selector node to an XPath expression.