XmlNode Class Reference

#include <XmlNode.h>

Inheritance diagram for XmlNode:

Inheritance graph
QtXmlNodeXmlElementXmlTextNodeQtXmlElementQtXmlTextNode
[legend]
List of all members.

Detailed Description

A pure virtual base class of XML node wrappers.

A derived class must implement the pure virtual functions probably using an external XML package.

Author:
Paul F. Kunz <Paul_Kunz@slac.stanford.edu>

Definition at line 27 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.


Constructor & Destructor Documentation

XmlNode ( const XmlNode  )  [private]

A private copy constructor in order to avoid copying.

XmlNode (  )  [protected]

The default constructor.

Definition at line 14 of file XmlNode.cxx.

~XmlNode (  )  [virtual]

The destructor.

Definition at line 18 of file XmlNode.cxx.


Member Function Documentation

virtual void appendChild ( const XmlNode child  )  [pure virtual]

Appends a child element to the element.

Implemented in QtXmlNode.

Referenced by XmlController::addDataSource(), XmlController::addViews(), PlotterBaseXML::createAxisModel(), ViewBaseXML::createChild(), PlotterBaseXML::createChildren(), NTupleProjectorXML::createChildren(), DataRepXML::createChildren(), BinsBaseXML::createChildren(), BinningProjectorXML::createChildren(), AxisModelXML::createChildren(), PlotterBaseXML::createCutChildren(), PointRepXML::createElement(), PlotterBaseXML::createFontElement(), PlotterBaseXML::createFontElements(), DataRepXML::createFunctionTargetChild(), and PlotterBaseXML::createTextChildren().


The documentation for this class was generated from the following files:
Generated for HippoDraw Class Library by doxygen