SECXMLDOMArchive Class
class SECXMLDOMArchive: public SECXMLArchive
The SECXMLDOMArchive uses the latest XML DOM interfaces (MS XML 2.5 SDK) to interact with XML documents. An SECXMLDOMArchive instance gets created and gets associated with a .xml file by the SECXMLDocAdapter_T class. You would however only deal with the base SECXMLArchive interface in your application. You could also create and initialize SECXMLDOMArchive yourself if you choose not to use the document adapter class in your application.Defined in: xmldomarch.h
See Also