COMPARATOR_EXISTS
COMPARATOR_EXISTS ='EXISTS'
An attribute definition for `SelectorSyntaxFinder` with attribute name, operator and the requested value.
$functions :array<mixed,\DevOwl\FastHtmlTag\finder\SelectorSyntaxAttributeFunction>
Functions.
__construct(\DevOwl\FastHtmlTag\finder\SelectorSyntaxFinder $finder,string $attribute,string $comparator,string $value,string $functions)
C'tor.
\DevOwl\FastHtmlTag\finder\SelectorSyntaxFinder | $finder | |
string | $attribute | |
string | $comparator | |
string | $value | |
string | $functions |
satisfiesFunctions(\DevOwl\FastHtmlTag\finder\match\SelectorSyntaxMatch $match)
Checks if the current attribute satisfies the passed functions.
\DevOwl\FastHtmlTag\finder\match\SelectorSyntaxMatch | $match |
setFinder(\DevOwl\FastHtmlTag\finder\SelectorSyntaxFinder $finder)
Setter.
\DevOwl\FastHtmlTag\finder\SelectorSyntaxFinder | $finder |