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

XML node as represented by msxml. More...

#include <MSXML_DOMDocument.h>

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

List of all members.

Public Member Functions

 MSXML_DOMNode (MSXML2::IXMLDOMNode *pNode)
 ~MSXML_DOMNode ()
DOMNodePtr getFirstChildNode ()
DOMNodePtr getNextSiblingNode ()
DOMAttributesPtr getAttributes ()
std::string getName ()
std::string getText ()

Private Attributes

MSXML2::IXMLDOMNode * m_pNode

Detailed Description

XML node as represented by msxml.

Definition at line 53 of file MSXML_DOMDocument.h.


Constructor & Destructor Documentation

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

Definition at line 56 of file MSXML_DOMDocument.h.

    : m_pNode( pNode ) {}

Member Function Documentation

Implements FIX::DOMNode.

Implements FIX::DOMNode.

std::string FIX::MSXML_DOMNode::getName ( ) [virtual]

Implements FIX::DOMNode.

Implements FIX::DOMNode.

std::string FIX::MSXML_DOMNode::getText ( ) [virtual]

Implements FIX::DOMNode.


Member Data Documentation

MSXML2::IXMLDOMNode* FIX::MSXML_DOMNode::m_pNode [private]

Definition at line 68 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