getNotification   209 core/E4XNode.h 		virtual FunctionObject* getNotification() const { return NULL; }
getNotification   347 core/E4XNode.h 		FunctionObject* getNotification() const;
getNotification   246 core/XMLListObject.h 		ScriptObject* getNotification();
getNotification  2561 core/XMLObject.cpp 		return m_node->getNotification();
getNotification  2571 core/XMLObject.cpp 			if (node->getNotification())
getNotification  2647 core/XMLObject.cpp 			ScriptObject* methodObj = node->getNotification();