]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Config/Config_XMLReader.h
Salome HOME
Document's kind dependent features implemented
[modules/shaper.git] / src / Config / Config_XMLReader.h
index b3e1554ee00d0c0752a69f2f2aed6ea060109788..bd9392841b131eb63816f3517db82a3c0543f5b2 100644 (file)
@@ -47,6 +47,7 @@ class Config_XMLReader
   void readRecursively(xmlNodePtr theParent);
 
   xmlNodePtr node(void* theNode);
+  std::string getNodeName(xmlNodePtr theNode);
   std::string getProperty(xmlNodePtr theNode, const char* property);
   void processValidator(xmlNodePtr theNode);