Salome HOME
Constriction type for all sketch entities
[modules/shaper.git] / src / Config / Config_XMLReader.h
index 01e64c39494cecb606212073c5daec89c38fd8a9..603ce7d1faea03605dcebf388af0af69105f8bc3 100644 (file)
@@ -61,6 +61,12 @@ class Config_XMLReader
    * "selection_filter" nodes.
    */
   virtual void processNode(xmlNodePtr aNode);
+
+  /*!
+   * This method gives an ability to finalize processing of a node,
+   * when reader is about to leave the node (node and all it's children are processed)
+   */
+  virtual void cleanup(xmlNodePtr aNode);
   /*!
    * \brief Defines which nodes should be processed recursively. Virtual.
    * The default impl is to read all nodes.