BOSS
7.0.4
BESIII Offline Software System
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
x
z
Typedefs
b
c
d
e
g
h
i
l
m
n
o
p
r
s
t
v
Enumerations
_
e
f
g
h
i
l
m
o
p
r
s
t
Enumerator
a
b
c
d
e
f
i
k
l
m
n
o
p
r
s
t
u
w
x
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
v
w
Enumerations
b
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
v
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Related Functions
:
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
w
x
Files
File List
File Members
All
!
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
!
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
!
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
p
q
r
s
t
u
v
w
z
Enumerations
d
e
g
h
p
r
s
t
Enumerator
a
b
c
d
e
f
g
h
i
k
m
n
o
p
r
s
t
u
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
Calibration/xmlBase/xmlBase-00-00-03/xmlBase/docMan/DocClient.h
Go to the documentation of this file.
1
// $Header: /bes/bes/BossCvs/Calibration/xmlBase/xmlBase/docMan/DocClient.h,v 1.1.1.1 2005/10/17 06:10:27 maqm Exp $
2
#ifndef xmlBase_DocClient_h
3
#define xmlBase_DocClient_h
4
5
// #include <xercesc/dom/DOMElement.hpp>
6
#include <xercesc/util/XercesDefs.hpp>
7
8
XERCES_CPP_NAMESPACE_BEGIN
9
class
DOMNode;
10
XERCES_CPP_NAMESPACE_END
11
12
namespace
xmlBase
{
13
//! Pure virtual class whose only purpose is to provide a
14
//! handler for clients of DocMan
15
class
DocClient
{
16
public
:
17
DocClient
() {}
18
virtual
~DocClient
() {}
19
20
//! Must be overridden by derived classes
21
virtual
void
handleChild
(XERCES_CPP_NAMESPACE_QUALIFIER DOMNode* node)=0;
22
23
//! Give DocMan a way to identify clients and detect duplicates;
24
//! must be overridden by derived classes
25
virtual
const
std::string&
getName
()=0;
26
};
27
}
28
29
#endif
xmlBase::DocClient
Definition:
Calibration/xmlBase/xmlBase-00-00-03/xmlBase/docMan/DocClient.h:15
xmlBase::DocClient::DocClient
DocClient()
Definition:
Calibration/xmlBase/xmlBase-00-00-03/xmlBase/docMan/DocClient.h:17
xmlBase::DocClient::handleChild
virtual void handleChild(XERCES_CPP_NAMESPACE_QUALIFIER DOMNode *node)=0
Must be overridden by derived classes.
xmlBase::DocClient::getName
virtual const std::string & getName()=0
xmlBase::DocClient::~DocClient
virtual ~DocClient()
Definition:
Calibration/xmlBase/xmlBase-00-00-03/xmlBase/docMan/DocClient.h:18
xmlBase
Definition:
Calibration/CalibSvc/CalibXmlCnvSvc/CalibXmlCnvSvc-00-01-01/CalibXmlCnvSvc/CalibXmlCnvSvc.h:18
source
Calibration
xmlBase
xmlBase-00-00-03
xmlBase
docMan
DocClient.h
Generated by
1.9.6