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