Translator
XPath expression translator interface.
Description Description
This component is a port of the Python cssselect library, which is copyright Ian Bicking, @see https://github.com/SimonSapin/cssselect.
Source Source
File: vendor/symfony/css-selector/XPath/Translator.php
Methods Methods
- __construct
- addAttributeMatching
- addCombination
- addFunction
- addPseudoClass
- cssToXPath — {@inheritdoc}
- getExtension
- getXpathLiteral
- nodeToXPath
- parseSelectors
- registerExtension — Registers an extension.
- registerParserShortcut — Registers a shortcut parser.
- selectorToXPath — {@inheritdoc}