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

Interface that represents node from underlying XML parser. More...

#include <DOMDocument.h>

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

Public Member Functions

virtual ~DOMNode ()
 
virtual SmartPtr< DOMNodegetFirstChildNode ()=0
 
virtual SmartPtr< DOMNodegetNextSiblingNode ()=0
 
virtual SmartPtr< DOMAttributesgetAttributes ()=0
 
virtual std::string getName ()=0
 
virtual std::string getText ()=0
 

Detailed Description

Interface that represents node from underlying XML parser.

Definition at line 48 of file DOMDocument.h.

Constructor & Destructor Documentation

◆ ~DOMNode()

virtual FIX::DOMNode::~DOMNode ( )
inlinevirtual

Definition at line 51 of file DOMDocument.h.

51 {}

Member Function Documentation

◆ getAttributes()

virtual SmartPtr<DOMAttributes> FIX::DOMNode::getAttributes ( )
pure virtual

◆ getFirstChildNode()

virtual SmartPtr<DOMNode> FIX::DOMNode::getFirstChildNode ( )
pure virtual

◆ getName()

virtual std::string FIX::DOMNode::getName ( )
pure virtual

Implemented in FIX::PUGIXML_DOMNode.

◆ getNextSiblingNode()

virtual SmartPtr<DOMNode> FIX::DOMNode::getNextSiblingNode ( )
pure virtual

Implemented in FIX::PUGIXML_DOMNode.

◆ getText()

virtual std::string FIX::DOMNode::getText ( )
pure virtual

Implemented in FIX::PUGIXML_DOMNode.


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

Generated on Wed Apr 29 2020 19:41:30 for QuickFIX by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2001