xml::xsilHandlerQuery Class Reference
[Input parsing classes.]

#include <Xsil.hh>

Inheritance diagram for xml::xsilHandlerQuery:

xml::xsilHandlerQueryFSpectrum xml::xsilHandlerQueryHistogram xml::xsilHandlerQueryTSeries xml::xsilHandlerQueryUnknown

List of all members.

Public Types

typedef std::map< std::string,
std::string > 
attrlist
 Attribute list.

Public Member Functions

virtual ~xsilHandlerQuery ()
 Destructor.
virtual xsilHandlerGetHandler (const attrlist &attr)=0
 returns a handler for the specified object (or 0 if not)
virtual xsilHandlerGetTableHandler (const attrlist &attr)
 returns a handler for the specified table (or 0 if not)


Detailed Description

Xsil handler query class. This is the callback handler query class which is called by the parser when a new data object is encountered. If the query recognizes the data object it should return a new callback handler which will be used by the parser for parameters, time and nested data objects. Typically every type of xsil data object has its own handler callback class and its own calllback handler query class. This is an abstract class.

brief Xsil callback handler query.

Author:
Written June 2000 by Daniel Sigg
Version:
1.0

The documentation for this class was generated from the following file:
Generated on Sun Mar 8 19:21:44 2009 for dmt by  doxygen 1.5.4