W3cubDocs

/Symfony 2.7

Symfony\Component\CssSelector\XPath\Extension\AbstractExtension

abstract class AbstractExtension implements ExtensionInterface

XPath expression translator abstract extension.

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

Methods

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.

Details

public callable[] getNodeTranslators()

Returns node translators.

Return Value

callable[]

public callable[] getCombinationTranslators()

Returns combination translators.

Return Value

callable[]

public callable[] getFunctionTranslators()

Returns function translators.

Return Value

callable[]

public callable[] getPseudoClassTranslators()

Returns pseudo-class translators.

Return Value

callable[]

public callable[] getAttributeMatchingTranslators()

Returns attribute operation translators.

Return Value

callable[]

© 2004–2016 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/2.7/Symfony/Component/CssSelector/XPath/Extension/AbstractExtension.html