domParser top-level property

dynamic get domParser

Provides the ability to parse XML or HTML source code from a string into a DOM Document.

MDN Reference

Implementation

_i2.dynamic get domParser => _i4.getProperty(
      _self,
      'DOMParser',
    );