abstract class AbstractExtension implements ExtensionInterface
XPath expression translator abstract extension.
This component is a port of the Python cssselect library, which is copyright Ian Bicking, see https://github.com/SimonSapin/cssselect.
callable[] | getNodeTranslators() Returns node translators. | |
callable[] | getCombinationTranslators() Returns combination translators. | |
callable[] | getFunctionTranslators() Returns function translators. | |
callable[] | getPseudoClassTranslators() Returns pseudo-class translators. | |
callable[] | getAttributeMatchingTranslators() Returns attribute operation translators. |
Returns node translators.
These callables will receive the node as first argument and the translator as second argument.
callable[] |
Returns combination translators.
callable[] |
Returns function translators.
callable[] |
Returns pseudo-class translators.
callable[] |
Returns attribute operation translators.
callable[] |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/CssSelector/XPath/Extension/AbstractExtension.html