Public Member Functions | Private Attributes
FIX::MSXML_DOMDocument Class Reference

XML document as represented by msxml. More...

#include <MSXML_DOMDocument.h>

Inheritance diagram for FIX::MSXML_DOMDocument:
Inheritance graph
[legend]
Collaboration diagram for FIX::MSXML_DOMDocument:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 MSXML_DOMDocument () throw ( ConfigError )
 ~MSXML_DOMDocument ()
bool load (std::istream &)
bool load (const std::string &)
bool xml (std::ostream &)
DOMNodePtr getNode (const std::string &)

Private Attributes

MSXML2::IXMLDOMDocument2 * m_pDoc

Detailed Description

XML document as represented by msxml.

Definition at line 72 of file MSXML_DOMDocument.h.


Constructor & Destructor Documentation


Member Function Documentation

DOMNodePtr FIX::MSXML_DOMDocument::getNode ( const std::string &  ) [virtual]

Implements FIX::DOMDocument.

bool FIX::MSXML_DOMDocument::load ( std::istream &  ) [virtual]

Implements FIX::DOMDocument.

bool FIX::MSXML_DOMDocument::load ( const std::string &  ) [virtual]

Implements FIX::DOMDocument.

bool FIX::MSXML_DOMDocument::xml ( std::ostream &  ) [virtual]

Implements FIX::DOMDocument.


Member Data Documentation

MSXML2::IXMLDOMDocument2* FIX::MSXML_DOMDocument::m_pDoc [private]

Definition at line 85 of file MSXML_DOMDocument.h.


The documentation for this class was generated from the following file:

Generated on Mon Jun 23 2014 23:49:39 for QuickFIX by doxygen 1.7.6.1 written by Dimitri van Heesch, © 1997-2001