Internal helper to attach a child to this parent, do not call directly.
@override void attachParent(T parent) { XmlParentException.checkNoParent(this); _parent = parent; }