replace method

void replace(
  1. XmlNode other
)
inherited

Replace this node with other.

Implementation

void replace(XmlNode other) => _throwNoParent();