public void AddChildNode(AttributeNode childNode) { childNode.SetParent(this); m_childNodeList.Add(childNode); }