absorbNode method

bool absorbNode(
  1. DOMNode other
)

Absorb the content of other and appends to this node.

Implementation

bool absorbNode(DOMNode other) => false;