| | |
| | | int GetLevel() { return GetDwTable()->GetLevel_(); } //得到数据视图的级号 |
| | | LPCTSTR GetDwXPath() { return GetDwTable()->GetDwXPath_(); } //得到数据视图的XPATH |
| | | public: |
| | | kdwtable* GetParent() { return (kdwtable*)GetDwTable()->GetParent_(); } //得到父数据试图 |
| | | xdwtable GetParent() { return GetDwTable()->GetParent_(); } //得到父数据试图 |
| | | public: |
| | | int GetChildCount() { return GetDwTable()->GetChildCount_(); } //得到子数据视图数 |
| | | kdwtable* GetChild(int nIndex) { return (kdwtable*)GetDwTable()->GetChild_(nIndex); } //得到指定序号的子数据视图 |
| | |
| | | DwRetrieve(ServerUrl, src, arg.GetString()); |
| | | return 1; |
| | | } |
| | | |
| | | int RetrieveDiff(KXMLDOMElement pElement) |
| | | { |
| | | return 0; |
| | | } |
| | | int RetrieveDiff(KXMLDOMDocument& xml) |
| | | { |
| | | return 0; |
| | | } |
| | | int DwUpdateToDiff_(KXMLDOMDocument pXmlDoc) |
| | | { |
| | | return 0; |
| | | } |
| | | int DwUpdateAllToDiff_(KXMLDOMDocument pXmlDoc) |
| | | { |
| | | return 0; |
| | | } |
| | | |
| | | }; |
| | | |
| | | |