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

XML attribute as represented by msxml. More...

#include <MSXML_DOMDocument.h>

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

List of all members.

Public Member Functions

 MSXML_DOMAttributes (MSXML2::IXMLDOMNode *pNode)
 ~MSXML_DOMAttributes ()
bool get (const std::string &, std::string &)
DOMAttributes::map toMap ()

Private Attributes

MSXML2::IXMLDOMNamedNodeMap * m_pNodeMap

Detailed Description

XML attribute as represented by msxml.

Definition at line 35 of file MSXML_DOMDocument.h.


Constructor & Destructor Documentation

FIX::MSXML_DOMAttributes::MSXML_DOMAttributes ( MSXML2::IXMLDOMNode *  pNode) [inline]

Definition at line 38 of file MSXML_DOMDocument.h.

References m_pNodeMap.

    {
      pNode->get_attributes(&m_pNodeMap);
    }

Member Function Documentation

bool FIX::MSXML_DOMAttributes::get ( const std::string &  ,
std::string &   
) [virtual]

Implements FIX::DOMAttributes.

Implements FIX::DOMAttributes.


Member Data Documentation

MSXML2::IXMLDOMNamedNodeMap* FIX::MSXML_DOMAttributes::m_pNodeMap [private]

Definition at line 49 of file MSXML_DOMDocument.h.

Referenced by MSXML_DOMAttributes().


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