#pragma once #include "stdafx.h" /************************************************************************/ /* ¹ØÁªÎĵµÐÅÏ¢ */ /************************************************************************/ class AFX_EXT_CLASS CMBTagDocInfo :public CMBBaseTagDocObj { DECLARE_DYNAMIC(CMBTagDocInfo) public: CMBTagDocInfo(void); ~CMBTagDocInfo(void); protected: virtual void Abst(){}; public: bool ParseXML(CString strXml,CString &strErrInfo); };