Question
Creating an Object of Class b from inside of Class a
Within my Plug-In I use the XML-Parsing-functionality.
After parsing the respective XML I want to create my IObserver-Class to let it receive the FILE:SAVE-events.
How may I create an Instance my IObserver-Class from inside of my XMLCATHandler::EndElement?