#include <XmlNode.h>
Inheritance diagram for XmlNode:

A derived class must implement the pure virtual functions probably using an external XML package.
Definition at line 25 of file XmlNode.h.
Public Member Functions | |
| virtual void | appendChild (const XmlNode &child)=0 |
| Appends a child element to the element. | |
| virtual | ~XmlNode () |
| The destructor. | |
Protected Member Functions | |
| XmlNode () | |
| The default constructor. | |
Private Member Functions | |
| XmlNode (const XmlNode &) | |
| A private copy constructor in order to avoid copying. | |
|
|
A private copy constructor in order to avoid copying.
|
|
|
The default constructor. XmlNode implementation Copyright (C) 2004 The Board of Trustees of The Leland Stanford Junior University. All Rights Reserved.
Definition at line 15 of file XmlNode.cxx. |
|
|
The destructor.
Definition at line 19 of file XmlNode.cxx. |
|
1.4.3