Document.rawSourceElements

List of elements that contain raw CDATA content for this document, e.g. <script> and <style> for HTML. The parser will read until the closing string and put everything else in a RawSource object for future processing, not trying to do any further child nodes or attributes, etc.

class Document
immutable(string)[] rawSourceElements;

Meta

History

Added February 4, 2024 (dub v11.5)

Suggestion Box / Bug Report