public void AddNode(AttributeNode node) { m_NodeList.Add(node); }
protected void SetParent(AttributeNode child) { child.m_Parent = this.m_Parent; }
public void RemoveNode(AttributeNode node) { m_NodeList.Remove(node); }