NodeExtension
XPath expression translator node extension.
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/Extension/NodeExtension.php
Methods Methods
- __construct — Constructor.
- getName — {@inheritdoc}
- getNodeTranslators — {@inheritdoc}
- hasFlag
- isSafeName — Tests if given name is safe.
- setFlag
- translateAttribute
- translateClass
- translateCombinedSelector
- translateElement
- translateFunction
- translateHash
- translateNegation
- translatePseudo
- translateSelector