X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FConfig%2FConfig_XMLReader.h;h=258af0cd50535545cfa88b58afc51400464109dd;hb=7ae872f97b92ea2f2b4789d05883f19db44c08ac;hp=d19bd8467a482517d7602cb4b33e0bc595593ef7;hpb=a24b7e6f4d112d5e7889fd76f030298fc428cd01;p=modules%2Fshaper.git diff --git a/src/Config/Config_XMLReader.h b/src/Config/Config_XMLReader.h index d19bd8467..258af0cd5 100644 --- a/src/Config/Config_XMLReader.h +++ b/src/Config/Config_XMLReader.h @@ -87,12 +87,14 @@ class Config_XMLReader std::string getNodeName(xmlNodePtr theNode); /// Stores an attribute in internal map for later use. /// Key is "Node_Name:Node_Attribute" and value is getProperty(theNodeAttribute) - void storeAttribute(xmlNodePtr theNode, const char* theNodeAttribute); + void storeAttribute(xmlNodePtr theNode, const char* theNodeAttribute, bool doClean = false); /// Restores an attribute from internal map. std::string restoreAttribute(xmlNodePtr theNode, const char* theNodeAttribute); /// Restores an attribute from internal map. std::string restoreAttribute(const char* theNodeName, const char* theNodeAttribute); + /// Cleanups attribute from cache bool cleanupAttribute(xmlNodePtr theNode, const char* theNodeAttribute); + /// Cleanups attribute from cache bool cleanupAttribute(const char* theNodeName, const char* theNodeAttribute); protected: