BOSS
7.1.2
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
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
w
x
z
Typedefs
c
d
e
g
h
i
l
m
n
o
p
r
s
t
Enumerations
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 Symbols
:
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
v
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
h
i
j
k
l
m
n
p
r
s
t
u
v
w
z
Enumerations
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
▼
BOSS
Used Packages
Requirements
►
How to use the ERS package
Todo List
►
Namespaces
►
Classes
▼
Files
▼
File List
▼
7.1.2
►
Analysis
►
BesCxxPolicy
►
BesExamples
►
BesPolicy
▼
Calibration
►
CalibData
►
CalibSvc
►
calibUtil
►
facilities
►
rdbModel
▼
xmlBase
▼
xmlBase-00-00-03
►
expat
►
src
▼
xmlBase
▼
docMan
►
DocClient.h
►
DocMan.h
►
Dom.h
►
EResolver.h
►
IFile.h
►
XmlErrorHandler.h
►
XmlParser.h
►
Control
►
Database
►
DetectorDescription
►
DistBoss
►
DQA
►
Emc
►
Event
►
EventDisplay
►
EventFilter
►
EvtPreSelect
►
External
►
Generator
►
InstallArea
►
LumTauAlg
►
MagneticField
►
Mdc
►
Muc
►
OfflineEvtFilter
►
Reconstruction
►
RootPolicy
►
Simulation
►
Tof
►
Trigger
►
Utilities
►
Validation
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
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
};
15
class
DocClient
{
…
};
27
}
28
29
#endif
xmlBase::DocClient
Definition
DocClient.h:15
xmlBase::DocClient::DocClient
DocClient()
Definition
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
DocClient.h:18
xmlBase
Definition
CalibXmlCnvSvc.h:18
7.1.2
Calibration
xmlBase
xmlBase-00-00-03
xmlBase
docMan
DocClient.h
Generated by
1.12.0