Public Member Functions | Protected Types | Protected Member Functions | Protected Attributes | Private Member Functions | List of all members
NTupleProjectorXML Class Reference

An class XML doing serialization and deserialization of derived classes of NTupleProjector. More...

#include <NTupleProjectorXML.h>

Inheritance diagram for NTupleProjectorXML:
Inheritance graph
[legend]
Collaboration diagram for NTupleProjectorXML:
Collaboration graph
[legend]

Public Member Functions

void createChildren (XmlElement &tag, const NTupleProjector &proj)
 Creates child elements of the element.
XmlElementcreateElement (const NTupleProjector &projector)
 Returns a newly created XML element with its attributes set.
XmlElementcreateElement ()
 Creates a new element node.
void fillNodeList (const XmlElement *element, std::list< XmlElement * > &nodelist)
 Fills the nodelist with immediate child nodes of element with nodes that can be handled by this object.
void getBindings (const XmlElement *element, std::vector< std::string > &bindings) const
 Retreives the bindings to the HiNTuple from the element's data by clearing the list then filling it.
const XmlElementgetNode (const XmlElement *element) const
 Returns the single child node of element of the type that can be handled by this object.
int getNTupleReference (const XmlElement *element) const
 Retrieves the reference to the DataSource from the XML elements's data.
 NTupleProjectorXML (XmlController *)
 The only public constructor.
virtual const std::string & tagName () const
 Returns the tag name used by this class.

Protected Types

typedef std::list< XmlElement * > NodeList_t
 The container type for element nodes.

Protected Member Functions

void setId (XmlElement &tag, int id)
 Sets the unique identification of the object.

Protected Attributes

XmlControllerm_controller
 The singleton XML controller object.
const std::string m_id
 The attribute name for the identification of the object.
const std::string m_tagname
 The tag name used for elements created by this class.
const std::string m_type
 The attribute name for the type of object.

Private Member Functions

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

Detailed Description

An class XML doing serialization and deserialization of derived classes of NTupleProjector.

Author
Paul F. Kunz Paul_.nosp@m.Kunz.nosp@m.@slac.nosp@m..sta.nosp@m.nford.nosp@m..edu

Definition at line 30 of file NTupleProjectorXML.h.

Member Typedef Documentation

typedef std::list< XmlElement * > NodeList_t
protectedinherited

The container type for element nodes.

Definition at line 47 of file BaseXML.h.

Constructor & Destructor Documentation

NTupleProjectorXML ( const NTupleProjectorXML )
private

A private copy constructor in order to avoid copying.

NTupleProjectorXML ( XmlController controller)

The only public constructor.

Definition at line 35 of file NTupleProjectorXML.cxx.

Member Function Documentation

void createChildren ( XmlElement tag,
const NTupleProjector proj 
)
XmlElement * createElement ( const NTupleProjector projector)
XmlElement * createElement ( )
inherited
void fillNodeList ( const XmlElement element,
std::list< XmlElement * > &  nodelist 
)
inherited
void getBindings ( const XmlElement element,
std::vector< std::string > &  bindings 
) const

Retreives the bindings to the HiNTuple from the element's data by clearing the list then filling it.

Definition at line 106 of file NTupleProjectorXML.cxx.

References hippodraw::Axes::convert().

Referenced by DataRepXML::createDataRep().

const XmlElement * getNode ( const XmlElement element) const
inherited

Returns the single child node of element of the type that can be handled by this object.

If no such node exists, returns a null pointer.

Definition at line 53 of file BaseXML.cxx.

References XmlElement::getNode(), and BaseXML::m_tagname.

Referenced by PointRepXML::createObject(), DataRepXML::createObject(), BinningProjectorXML::getObject(), PlotterBaseXML::getObject(), ViewBaseXML::getObjects(), and BinningProjectorXML::setBins().

int getNTupleReference ( const XmlElement element) const

Retrieves the reference to the DataSource from the XML elements's data.

Definition at line 95 of file NTupleProjectorXML.cxx.

References XmlElement::attribute().

Referenced by DataRepXML::createDataRep().

void setId ( XmlElement tag,
int  id 
)
protectedinherited
const string & tagName ( ) const
virtualinherited

Returns the tag name used by this class.

Definition at line 48 of file BaseXML.cxx.

References BaseXML::m_tagname.

Member Data Documentation

XmlController* m_controller
protectedinherited
const std::string m_id
protectedinherited

The attribute name for the identification of the object.

Definition at line 57 of file BaseXML.h.

Referenced by BaseXML::setId().

const std::string m_tagname
protectedinherited

The tag name used for elements created by this class.

Definition at line 50 of file BaseXML.h.

Referenced by BaseXML::createElement(), BaseXML::fillNodeList(), BaseXML::getNode(), and BaseXML::tagName().

const std::string m_type
protectedinherited

The documentation for this class was generated from the following files:

Generated for HippoDraw Class Library by doxygen