|
CToXML Overview class OLEDB_EXPORT25 CToXML : virtual public CRtnInfo CToXML is an abstract class, which handles converting from OLEBD string format into XML format string efficiently. In addition, CToXML takes care of XML reserved characters such as <, &, >, ", and '. CToXML has a set of protected ToXXX functions which convert strings in OLEDB format into ones of XML string format. You may need to overwrite them at the particular case if necessary. |