![]() |
Interface that represents attribute from underlying XML parser. More...
#include <DOMDocument.h>
Public Types | |
typedef std::map< std::string, std::string > | map |
Public Member Functions | |
virtual | ~DOMAttributes () |
virtual bool | get (const std::string &, std::string &)=0 |
virtual map | toMap ()=0 |
Interface that represents attribute from underlying XML parser.
Definition at line 33 of file DOMDocument.h.
typedef std::map<std::string, std::string> FIX::DOMAttributes::map |
Definition at line 36 of file DOMDocument.h.
virtual FIX::DOMAttributes::~DOMAttributes | ( | ) | [inline, virtual] |
Definition at line 38 of file DOMDocument.h.
virtual bool FIX::DOMAttributes::get | ( | const std::string & | , | |
std::string & | ||||
) | [pure virtual] |
Implemented in FIX::LIBXML_DOMAttributes, and FIX::MSXML_DOMAttributes.
virtual map FIX::DOMAttributes::toMap | ( | ) | [pure virtual] |
Implemented in FIX::LIBXML_DOMAttributes, and FIX::MSXML_DOMAttributes.