| | |
| | | public: |
| | | int ClearObserver() { return GetDwTable()-> ClearObserver_(); }//清除事件侦听对象 |
| | | public: |
| | | int DwUpdateTo(KXMLDOMDocument pXmlDoc) { return GetDwTable()->DwUpdateTo_(pXmlDoc); }//把数据更新到XML对象中 |
| | | int DwUpdateAllTo(KXMLDOMDocument pXmlDoc) { return GetDwTable()->DwUpdateAllTo_(pXmlDoc); }//把数据更新到XML对象中 |
| | | 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: |
| | | int Retrieve(LPCTSTR pServer, LPCTSTR pDataUrl, LPCTSTR pArgStr) { return GetDwTable()->Retrieve_(pServer, pDataUrl, pArgStr); }//读取数据 |
| | | int Retrieve(LPCTSTR pDataUrl, LPCTSTR pArgStr) { return GetDwTable()->Retrieve_(pDataUrl, pArgStr); }//读取数据 |