Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > eebc325dc36bd6e3b09b9b45133e42f8 > files > 3557

HippoDraw-devel-docs-1.21.1-10.fc13.i686.rpm

<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>HippoDraw Class Library</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="hippoApp.ico">
</head><body>
<!-- Generated by Doxygen 1.6.2 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
      <li><a href="dirs.html"><span>Directories</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
      <li><a href="classes.html"><span>Class&nbsp;Index</span></a></li>
      <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
    </ul>
  </div>
  <div class="navpath"><a class="el" href="namespacehippodraw.html">hippodraw</a>::<a class="el" href="classhippodraw_1_1XmlNode.html">XmlNode</a>
  </div>
</div>
<div class="contents">
<h1>XmlNode Class Reference</h1><!-- doxytag: class="hippodraw::XmlNode" -->
<p>A pure virtual base class of XML node wrappers.  
<a href="#_details">More...</a></p>

<p><code>#include &lt;<a class="el" href="XmlNode_8h_source.html">XmlNode.h</a>&gt;</code></p>
<div class="dynheader">
Inheritance diagram for XmlNode:</div>
<div class="dynsection">
<div class="center"><img src="classhippodraw_1_1XmlNode__inherit__graph.gif" border="0" usemap="#XmlNode_inherit__map" alt="Inheritance graph"/></div>
<map name="XmlNode_inherit__map" id="XmlNode_inherit__map">
<area shape="rect" id="node3" href="classhippodraw_1_1QtXmlNode.html" title="An XML element using the Qt XML module." alt="" coords="123,83,213,112"/><area shape="rect" id="node9" href="classhippodraw_1_1XmlElement.html" title="A pure virtual base class of XML element wrapper." alt="" coords="5,83,99,112"/><area shape="rect" id="node12" href="classhippodraw_1_1XmlTextNode.html" title="A pure virtual base class of XML DOM Text node wrapper." alt="" coords="237,83,339,112"/><area shape="rect" id="node5" href="classhippodraw_1_1QtXmlElement.html" title="An XML element using the Qt XML module." alt="" coords="24,160,131,189"/><area shape="rect" id="node7" href="classhippodraw_1_1QtXmlTextNode.html" title="An XML Dom text node using the Qt XML module." alt="" coords="205,160,320,189"/></map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>

<p><a href="classhippodraw_1_1XmlNode-members.html">List of all members.</a></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classhippodraw_1_1XmlNode.html#ae8f46895ca8b33a11cbff29b56ba48e4">appendChild</a> (const <a class="el" href="classhippodraw_1_1XmlNode.html">XmlNode</a> &amp;child)=0</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Appends a child element to the element.  <a href="#ae8f46895ca8b33a11cbff29b56ba48e4"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classhippodraw_1_1XmlNode.html#a8075107a587c3980ff7005351fc80db2">~XmlNode</a> ()</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The destructor.  <a href="#a8075107a587c3980ff7005351fc80db2"></a><br/></td></tr>
<tr><td colspan="2"><h2>Protected Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classhippodraw_1_1XmlNode.html#aaa80c3132343aca98d9ca4475c070e34">XmlNode</a> ()</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The default constructor.  <a href="#aaa80c3132343aca98d9ca4475c070e34"></a><br/></td></tr>
<tr><td colspan="2"><h2>Private Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classhippodraw_1_1XmlNode.html#a1ea28d044893cb27c14644b050288553">XmlNode</a> (const <a class="el" href="classhippodraw_1_1XmlNode.html">XmlNode</a> &amp;)</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">A private copy constructor in order to avoid copying.  <a href="#a1ea28d044893cb27c14644b050288553"></a><br/></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>A pure virtual base class of XML node wrappers. </p>
<p>A derived class must implement the pure virtual functions probably using an external XML package.</p>
<dl class="author"><dt><b>Author:</b></dt><dd>Paul F. Kunz &lt;<a href="mailto:Paul_Kunz@slac.stanford.edu">Paul_Kunz@slac.stanford.edu</a>&gt; </dd></dl>

<p>Definition at line <a class="el" href="XmlNode_8h_source.html#l00027">27</a> of file <a class="el" href="XmlNode_8h_source.html">XmlNode.h</a>.</p>
<hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a1ea28d044893cb27c14644b050288553"></a><!-- doxytag: member="hippodraw::XmlNode::XmlNode" ref="a1ea28d044893cb27c14644b050288553" args="(const XmlNode &amp;)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classhippodraw_1_1XmlNode.html">XmlNode</a> </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classhippodraw_1_1XmlNode.html">XmlNode</a> &amp;&nbsp;</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [private]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>A private copy constructor in order to avoid copying. </p>

</div>
</div>
<a class="anchor" id="aaa80c3132343aca98d9ca4475c070e34"></a><!-- doxytag: member="hippodraw::XmlNode::XmlNode" ref="aaa80c3132343aca98d9ca4475c070e34" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classhippodraw_1_1XmlNode.html">XmlNode</a> </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>The default constructor. </p>
<p>@ file</p>
<p><a class="el" href="classhippodraw_1_1XmlNode.html" title="A pure virtual base class of XML node wrappers.">XmlNode</a> implementation</p>
<p>Copyright (C) 2004 The Board of Trustees of The Leland Stanford Junior University. All Rights Reserved.</p>
<dl class="rcs"><dt><b>Id</b></dt><dd><a class="el" href="XmlNode_8cxx.html">XmlNode.cxx</a>,v 1.4 2005/11/05 17:30:55 pfkeb Exp </dd></dl>

<p>Definition at line <a class="el" href="XmlNode_8cxx_source.html#l00014">14</a> of file <a class="el" href="XmlNode_8cxx_source.html">XmlNode.cxx</a>.</p>

</div>
</div>
<a class="anchor" id="a8075107a587c3980ff7005351fc80db2"></a><!-- doxytag: member="hippodraw::XmlNode::~XmlNode" ref="a8075107a587c3980ff7005351fc80db2" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">~<a class="el" href="classhippodraw_1_1XmlNode.html">XmlNode</a> </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>The destructor. </p>

<p>Definition at line <a class="el" href="XmlNode_8cxx_source.html#l00018">18</a> of file <a class="el" href="XmlNode_8cxx_source.html">XmlNode.cxx</a>.</p>

</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="ae8f46895ca8b33a11cbff29b56ba48e4"></a><!-- doxytag: member="hippodraw::XmlNode::appendChild" ref="ae8f46895ca8b33a11cbff29b56ba48e4" args="(const XmlNode &amp;child)=0" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void appendChild </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classhippodraw_1_1XmlNode.html">XmlNode</a> &amp;&nbsp;</td>
          <td class="paramname"> <em>child</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [pure virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Appends a child element to the element. </p>

<p>Implemented in <a class="el" href="classhippodraw_1_1QtXmlNode.html#a52f8c3c54ebd2a7275b144047b557900">QtXmlNode</a>.</p>

<p>Referenced by <a class="el" href="XmlController_8cxx_source.html#l00331">XmlController::addDataSource()</a>, <a class="el" href="XmlController_8cxx_source.html#l00302">XmlController::addViews()</a>, <a class="el" href="PlotterBaseXML_8cxx_source.html#l00261">PlotterBaseXML::createAxisModel()</a>, <a class="el" href="ViewBaseXML_8cxx_source.html#l00054">ViewBaseXML::createChild()</a>, <a class="el" href="PlotterBaseXML_8cxx_source.html#l00101">PlotterBaseXML::createChildren()</a>, <a class="el" href="NTupleProjectorXML_8cxx_source.html#l00042">NTupleProjectorXML::createChildren()</a>, <a class="el" href="DataRepXML_8cxx_source.html#l00089">DataRepXML::createChildren()</a>, <a class="el" href="BinsBaseXML_8cxx_source.html#l00061">BinsBaseXML::createChildren()</a>, <a class="el" href="BinningProjectorXML_8cxx_source.html#l00068">BinningProjectorXML::createChildren()</a>, <a class="el" href="AxisModelXML_8cxx_source.html#l00082">AxisModelXML::createChildren()</a>, <a class="el" href="PlotterBaseXML_8cxx_source.html#l00160">PlotterBaseXML::createCutChildren()</a>, <a class="el" href="PointRepXML_8cxx_source.html#l00056">PointRepXML::createElement()</a>, <a class="el" href="PlotterBaseXML_8cxx_source.html#l00228">PlotterBaseXML::createFontElement()</a>, <a class="el" href="PlotterBaseXML_8cxx_source.html#l00207">PlotterBaseXML::createFontElements()</a>, <a class="el" href="DataRepXML_8cxx_source.html#l00173">DataRepXML::createFunctionTargetChild()</a>, and <a class="el" href="PlotterBaseXML_8cxx_source.html#l00190">PlotterBaseXML::createTextChildren()</a>.</p>

</div>
</div>
<hr/>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="XmlNode_8h_source.html">XmlNode.h</a></li>
<li><a class="el" href="XmlNode_8cxx_source.html">XmlNode.cxx</a></li>
</ul>
</div>
<hr size="1"><address style="align: right;"><small>
Generated for HippoDraw Class Library by <a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0>
</a> </small></address>
</body>
</html>