Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
xml
XmlNode.h
Go to the documentation of this file.
1
/* -*- mode: c++ -*- */
2
14
#ifndef _XmlNode_H_
15
#define _XmlNode_H_
16
17
#include "
pattern/libhippo.h
"
18
19
namespace
hippodraw {
20
27
class
MDL_HIPPOPLOT_API
XmlNode
28
{
29
30
private
:
31
33
XmlNode
(
const
XmlNode
& );
34
35
protected
:
36
38
XmlNode
();
39
40
public
:
41
43
virtual
~
XmlNode
();
44
46
virtual
void
appendChild (
const
XmlNode
& child ) = 0;
47
48
};
49
50
}
// namespace hippodraw
51
52
#endif // _XmlNode_H_
Generated for HippoDraw Class Library by