attachParent method
Internal helper to attach a child to this parent, do not call directly.
Implementation
@internal
void attachParent(covariant XmlNode parent) => _throwNoParent();
Internal helper to attach a child to this parent, do not call directly.
@internal
void attachParent(covariant XmlNode parent) => _throwNoParent();