cXMLElement::ParamResolver Class Reference

Base class for classes that resolve parameters ($PARAM) that occur in in XPath expressions to their values. More...

#include <cxmlelement.h>

Inheritance diagram for cXMLElement::ParamResolver:
ModNameParamResolver StringMapParamResolver

List of all members.

Public Member Functions

virtual bool resolve (const char *paramname, std::string &value)=0

Detailed Description

Base class for classes that resolve parameters ($PARAM) that occur in in XPath expressions to their values.


Member Function Documentation

virtual bool cXMLElement::ParamResolver::resolve ( const char *  paramname,
std::string &  value 
) [pure virtual]

To be redefined in subclasses.

If paramname is recognized, the method should store the value in the 'value' argument and return true; otherwise it should return false.

Implemented in ModNameParamResolver, and StringMapParamResolver.


The documentation for this class was generated from the following file:
Generated on Tue Dec 2 11:16:30 2014 for OMNeT++ Simulation Library by  doxygen 1.6.3