TranslatorInterface
interface TranslatorInterface
Переводчик выражений XPath.
Этот компонент является портом библиотеки Python cssselect, авторское право принадлежит Иану Бикингу, см. https://github.com/SimonSapin/cssselect.
Методы
| string | cssToXPath(string $cssExpr, string $prefix = 'descendant-or-self::') Перевод CSS селектора в выражение XPath. | |
| string | selectorToXPath(SelectorNode $selector, string $prefix = 'descendant-or-self::') Перевод узла разбора селектора в выражение XPath. |
Подробности
string cssToXPath(string $cssExpr, string $prefix = 'descendant-or-self::')
Перевод CSS селектора в выражение XPath.
Параметры
| string | $cssExpr | |
| string | $prefix |
Возвращаемое значение
| string |
string selectorToXPath(SelectorNode $selector, string $prefix = 'descendant-or-self::')
Перевод узла разбора селектора в выражение XPath.
Параметры
| SelectorNode | $selector | |
| string | $prefix |
Возвращаемое значение
| string |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/2.7/Symfony/Component/CssSelector/XPath/TranslatorInterface.html