This class represents an XML attribute containing name and value. More...
#include <XMLParser.h>
Public Attributes | |
std::string | name_ |
name_ of the attribute | |
std::string | value_ |
value_ of the attribute |
This class represents an XML attribute containing name and value.
Definition at line 30 of file XMLParser.h.
std::string fesa::AttributeXML::name_ |
name_ of the attribute
Definition at line 37 of file XMLParser.h.
Referenced by fesa::AbstractRTDeviceClass::addXMLAttribute(), fesa::XMLParser::extractAttribute(), fesa::XMLParser::fillElement(), fesa::StoreManager::fillElements(), fesa::InitializeDataStoreManager::getAttributeValue(), fesa::DeviceLogicalEventElement::loadEventConfigurationNameRef(), fesa::InitializeDataStoreManager::processDeviceRelationField(), and fesa::InitializeDataStoreManager::processExtraMuxField().
std::string fesa::AttributeXML::value_ |
value_ of the attribute
Definition at line 42 of file XMLParser.h.
Referenced by fesa::AbstractRTDeviceClass::addXMLAttribute(), fesa::XMLParser::extractAttribute(), fesa::XMLParser::fillElement(), fesa::StoreManager::fillElements(), fesa::InitializeDataStoreManager::getAttributeValue(), fesa::ThreadPriorityConfigurationFromFile::getPrioCMW(), fesa::ThreadPriorityConfigurationFromFile::getPrioEventSource(), fesa::ThreadPriorityConfigurationFromFile::getPrioNotificationConsumer(), fesa::ThreadPriorityConfigurationFromFile::getPrioNotificationthread(), fesa::ThreadPriorityConfigurationFromFile::getPrioPersistence(), fesa::ThreadPriorityConfigurationFromFile::getPrioRTScheduler(), fesa::DeviceLogicalEventElement::loadEventConfigurationNameRef(), fesa::InitializeDataStoreManager::processDeviceRelationField(), fesa::InitializeDataStoreManager::processExtraMuxField(), fesa::StoreManager::retrieveDeviceElements(), fesa::InitializeDataStoreManager::retrieveDeviceElements(), fesa::StoreManager::retrieveDomainStoreElements(), fesa::InitializeDataStoreManager::retrieveDomainStoreElements(), fesa::StoreManager::retrieveGlobalDeviceElement(), and fesa::InitializeDataStoreManager::retrieveGlobalDeviceElement().