NodeExtension
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[]
getAttributeMatchingTranslators()
Returns attribute operation translators.
from AbstractExtension
__construct(int $flags = 0)
No description
$this
setFlag(int $flag, bool $on)
No description
bool
hasFlag(int $flag)
No description
string
getName()
Returns extension name.