public void removeChild(IDomElementProxy child) { child.OnRemove(); }
public void appendChild(IDomElementProxy child) { child.OnAppend(); }