BOSS 7.1.0
BESIII Offline Software System
|
#include <DocClient.h>
Public Member Functions | |
DocClient () | |
virtual | ~DocClient () |
virtual void | handleChild (XERCES_CPP_NAMESPACE_QUALIFIER DOMNode *node)=0 |
Must be overridden by derived classes. | |
virtual const std::string & | getName ()=0 |
Pure virtual class whose only purpose is to provide a handler for clients of DocMan
Definition at line 15 of file DocClient.h.
|
inline |
Definition at line 17 of file DocClient.h.
|
inlinevirtual |
Definition at line 18 of file DocClient.h.
|
pure virtual |
Give DocMan a way to identify clients and detect duplicates; must be overridden by derived classes
Referenced by xmlBase::DocMan::ClientList::add(), and xmlBase::DocMan::ClientList::remove().
|
pure virtual |
Must be overridden by derived classes.
Referenced by xmlBase::DocMan::parse().