xmlDocument top-level property

dynamic get xmlDocument

An XML document. It inherits from the generic Document and does not add any specific methods or properties to it: nevertheless, several algorithms behave differently with the two types of documents.

MDN Reference

Implementation

_i2.dynamic get xmlDocument => _i4.getProperty(
      _self,
      'XMLDocument',
    );