public void ReplaceChildren(object parent, int startChildIndex, int stopChildIndex, object t)
 {
     input.ReplaceChildren(parent, startChildIndex, stopChildIndex, t);
 }