xPathExpression top-level property

dynamic get xPathExpression

This interface is a compiled XPath expression that can be evaluated on a document or specific node to return information its DOM tree.

MDN Reference

Implementation

_i2.dynamic get xPathExpression => _i4.getProperty(
      _self,
      'XPathExpression',
    );