Emogrifier::existsMatchForSelectorInCssRule()
Method: Checks whether there is at least one matching element for the CSS selector contained in the `selector` element of the provided CSS rule.
Source: vendor/pelago/emogrifier/src/Emogrifier.php:1038
Method: Checks whether there is at least one matching element for the CSS selector contained in the `selector` element of the provided CSS rule.
Source: vendor/pelago/emogrifier/src/Emogrifier.php:1038
Method: Maps a CSS selector to an XPath query string.
Source: vendor/pelago/emogrifier/src/Emogrifier.php:1454
Method: Removes pseudo-elements and dynamic pseudo-classes from a CSS selector, replacing them with “*” if necessary.
Source: vendor/pelago/emogrifier/src/Emogrifier.php:1056
Method: Flexibly translates the CSS selector $trimmedLowercaseSelector to an xPath selector.
Source: vendor/pelago/emogrifier/src/Emogrifier.php:1495
Method: Helps `removeUnmatchablePseudoComponents()` replace or remove a selector `:not(.
Source: vendor/pelago/emogrifier/src/Emogrifier.php:1083
Method: Checks whether there is at least one matching element for $cssSelector.
Source: vendor/pelago/emogrifier/src/Emogrifier.php:1109
Method: Returns CSS content.
Source: vendor/pelago/emogrifier/src/Emogrifier.php:1128
Method: Adds a style element with $css to $this->domDocument.
Source: vendor/pelago/emogrifier/src/Emogrifier.php:1157
Method: Checks that $this->domDocument has a BODY element and adds it if it is missing.
Source: vendor/pelago/emogrifier/src/Emogrifier.php:1175
Method: Removes comments from the supplied CSS.
Source: vendor/pelago/emogrifier/src/Emogrifier.php:1195