domNodes property

List<DOMNode> domNodes
final

The nodes in the DOM tree. The DOMNode at index 0 corresponds to the root document.

Implementation

final List<DOMNode> domNodes;