imaging::XmlReader::element Class Reference

Stream command to add an element to the current path. More...

#include <XmlReader.hpp>

List of all members.

Public Member Functions

 element (const std::string &identifier)
 element (const std::string &identifier, size_t index)
 element (size_t index)


Detailed Description

Stream command to add an element to the current path.

Constructor & Destructor Documentation

imaging::XmlReader::element::element ( const std::string &  identifier  )  [inline]

Passing this element to an XML input stream adds the element identifier to the current path.

imaging::XmlReader::element::element ( const std::string &  identifier,
size_t  index 
) [inline]

Passing this element to an XML input stream adds the index-th (zero-based) element named identifier to the current path.

imaging::XmlReader::element::element ( size_t  index  )  [inline]

Passing this element to an XML input stream selects the index-th (zero-based) element of the elements selected by the current path.


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

Generated on Tue Feb 10 10:01:31 2009 for imaging2 by  doxygen 1.5.5