Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

XmlTextNode Class Reference

#include <XmlTextNode.h>

Inheritance diagram for XmlTextNode:

Inheritance graph
[legend]
Collaboration diagram for XmlTextNode:

Collaboration graph
[legend]
List of all members.

Detailed Description

A pure virtual base class of XML DOM Text node wrapper.

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 28 of file XmlTextNode.h.

Public Member Functions

virtual void appendChild (const XmlNode &child)=0
 Appends a child element to the element.
virtual void setData (const std::string &)=0
 Sets the data for the text node.
virtual ~XmlTextNode ()
 The destructor.

Protected Member Functions

 XmlTextNode ()
 The default constructor.

Private Member Functions

 XmlTextNode (const XmlTextNode &)
 A private copy constructor in order to avoid copying.


Constructor & Destructor Documentation

XmlTextNode::XmlTextNode const XmlTextNode  )  [private]
 

A private copy constructor in order to avoid copying.

XmlTextNode::XmlTextNode  )  [protected]
 

The default constructor.

Definition at line 14 of file XmlTextNode.cxx.

XmlTextNode::~XmlTextNode  )  [virtual]
 

The destructor.

Definition at line 18 of file XmlTextNode.cxx.


Member Function Documentation

virtual void XmlNode::appendChild const XmlNode child  )  [pure virtual, inherited]
 

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().

virtual void XmlTextNode::setData const std::string  )  [pure virtual]
 

Sets the data for the text node.

Implemented in QtXmlTextNode.


The documentation for this class was generated from the following files:
Generated for HippoDraw-1.14.8.5 by doxygen 1.4.3