class NodeExtension extends AbstractExtension
XPath expression translator node extension. This component is a port of the Python cssselect library, which is copyright Ian Bicking, see https://github.com/SimonSapin/cssselect.
Constants
ELEMENT_NAME_IN_LOWER_CASE ATTRIBUTE_NAME_IN_LOWER_CASE ATTRIBUTE_VALUE_IN_LOWER_CASE
Methods
callable[] getNodeTranslators() Returns node translators.
callable[] getCombinationTranslators() Returns combination translators. from Abstract