public bool addDataNode(CDataNode node) { if (isExistNode(node.NodeName) == true) return false; m_listDataNode.Add(node); return true; }
public virtual bool readObject(List<string> listStringLines, ref CDataNode node) { return true; }