Salome HOME
updated copyright message
[modules/shaper.git] / src / Config / Config_XMLReader.h
index 13b3a8b20908c073434c53443e6ad29c0f4a4d46..18a8b6351ca1beff0c39bb4a48271676e9404540 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2023  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -51,7 +51,7 @@ class Config_XMLReader
    * Constructor
    * \param theXmlFile - full path to the xml file which will be processed by the reader
    */
-  CONFIG_EXPORT Config_XMLReader(const std::string& theXmlFile);
+  CONFIG_EXPORT Config_XMLReader(const std::string& theXmlFile, bool isXMLContent = false);
   CONFIG_EXPORT virtual ~Config_XMLReader();
   /*!
    * Returns a path to resource files (created from ROOT_DIR environment variable)
@@ -130,6 +130,8 @@ class Config_XMLReader
   /// A map to store all parent's attributes.
   /// The key has from "Node_Name:Node_Attribute"
   std::map<std::string, std::string> myCachedAttributes;
+
+  bool isFromMemory;
 };
 
 #endif /* CONFIG_XMLREADER_H_ */