![]() |
Interface that represents document of underlying XML parser. More...
#include <DOMDocument.h>
Public Member Functions | |
virtual | ~DOMDocument () |
virtual bool | load (std::istream &)=0 |
virtual bool | load (const std::string &)=0 |
virtual bool | xml (std::ostream &)=0 |
virtual std::auto_ptr< DOMNode > | getNode (const std::string &)=0 |
Interface that represents document of underlying XML parser.
Definition at line 60 of file DOMDocument.h.
virtual FIX::DOMDocument::~DOMDocument | ( | ) | [inline, virtual] |
Definition at line 63 of file DOMDocument.h.
virtual std::auto_ptr<DOMNode> FIX::DOMDocument::getNode | ( | const std::string & | ) | [pure virtual] |
Implemented in FIX::LIBXML_DOMDocument, and FIX::MSXML_DOMDocument.
Referenced by FIX::DataDictionary::addXMLComponentFields().
virtual bool FIX::DOMDocument::load | ( | const std::string & | ) | [pure virtual] |
Implemented in FIX::LIBXML_DOMDocument, and FIX::MSXML_DOMDocument.
virtual bool FIX::DOMDocument::load | ( | std::istream & | ) | [pure virtual] |
Implemented in FIX::LIBXML_DOMDocument, and FIX::MSXML_DOMDocument.
virtual bool FIX::DOMDocument::xml | ( | std::ostream & | ) | [pure virtual] |
Implemented in FIX::LIBXML_DOMDocument, and FIX::MSXML_DOMDocument.