Public Member Functions | List of all members
FIX::DOMDocument Class Referenceabstract

Interface that represents document of underlying XML parser. More...

#include <DOMDocument.h>

Inheritance diagram for FIX::DOMDocument:
Inheritance graph
[legend]

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< DOMNodegetNode (const std::string &)=0
 

Detailed Description

Interface that represents document of underlying XML parser.

Definition at line 60 of file DOMDocument.h.

Constructor & Destructor Documentation

§ ~DOMDocument()

virtual FIX::DOMDocument::~DOMDocument ( )
inlinevirtual

Definition at line 63 of file DOMDocument.h.

63 {}

Member Function Documentation

§ getNode()

virtual std::auto_ptr<DOMNode> FIX::DOMDocument::getNode ( const std::string &  )
pure virtual

§ load() [1/2]

virtual bool FIX::DOMDocument::load ( std::istream &  )
pure virtual

Implemented in FIX::PUGIXML_DOMDocument.

§ load() [2/2]

virtual bool FIX::DOMDocument::load ( const std::string &  )
pure virtual

Implemented in FIX::PUGIXML_DOMDocument.

§ xml()

virtual bool FIX::DOMDocument::xml ( std::ostream &  )
pure virtual

Implemented in FIX::PUGIXML_DOMDocument.


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

Generated on Mon Dec 5 2016 05:04:14 for QuickFIX by doxygen 1.8.12 written by Dimitri van Heesch, © 1997-2001