xj qian
2024-09-02 c2f20e4b8a94776c0fa881ab877761e6153283fb
jrj/xframe/xcontrol/xdwtable.hpp
@@ -84,11 +84,9 @@
   int ClearObserver() { return GetDwTable()-> ClearObserver_(); }//清除事件侦听对象
public:
   int DwUpdateTo(KXMLDOMDocument pXmlDoc) { 
      if (pXmlDoc.documentElement())pXmlDoc.removeChild(pXmlDoc.documentElement());
      return GetDwTable()->DwUpdateTo_(pXmlDoc); 
   }//把数据更新到XML对象中
   int DwUpdateAllTo(KXMLDOMDocument  pXmlDoc) { 
      if (pXmlDoc.documentElement())pXmlDoc.removeChild(pXmlDoc.documentElement());
      return GetDwTable()->DwUpdateAllTo_(pXmlDoc);
   }//把数据更新到XML对象中
public: