AbstractHtmlProcessor::fromDomDocument()
Method: Builds a new instance from the given DOM document.
Source: vendor/pelago/emogrifier/src/Emogrifier/HtmlProcessor/AbstractHtmlProcessor.php:83
Method: Builds a new instance from the given DOM document.
Source: vendor/pelago/emogrifier/src/Emogrifier/HtmlProcessor/AbstractHtmlProcessor.php:83
Method: Builds a new instance from the given HTML.
Source: vendor/pelago/emogrifier/src/Emogrifier/HtmlProcessor/AbstractHtmlProcessor.php:61
Method: Returns the BODY element.
Source: vendor/pelago/emogrifier/src/Emogrifier/HtmlProcessor/AbstractHtmlProcessor.php:168
Method: Provides access to the internal DOMDocument representation of the HTML in its current state.
Source: vendor/pelago/emogrifier/src/Emogrifier/HtmlProcessor/AbstractHtmlProcessor.php:108
Method: Returns the HTML with added document type, Content-Type meta tag, and self-closing slashes, if needed, ensuring that the HTML will be good for creating a DOM document from it.
Source: vendor/pelago/emogrifier/src/Emogrifier/HtmlProcessor/AbstractHtmlProcessor.php:216
Method: Eliminates any invalid closing tags for void elements from the given HTML.
Source: vendor/pelago/emogrifier/src/Emogrifier/HtmlProcessor/AbstractHtmlProcessor.php:156
Method: Renders the normalized and processed HTML.
Source: vendor/pelago/emogrifier/src/Emogrifier/HtmlProcessor/AbstractHtmlProcessor.php:129
Method: Renders the content of the BODY element of the normalized and processed HTML.
Source: vendor/pelago/emogrifier/src/Emogrifier/HtmlProcessor/AbstractHtmlProcessor.php:141
Method:
Source: vendor/pelago/emogrifier/src/Emogrifier/HtmlProcessor/AbstractHtmlProcessor.php:118
Method: Sets the HTML to process.
Source: vendor/pelago/emogrifier/src/Emogrifier/HtmlProcessor/AbstractHtmlProcessor.php:98