Xml::MContentProcessor Class Reference

class Xml::MContentProcessor : public Xml::MContentHandler

This interface class provides an interface to plugins of the xml framework wishing to receive and pass on data as part of a chain of plugins. This class is not used directly, but via a derived class the user provides. This will allow it to receive data, and pass data onto other MContentProcessor derivations. Examples of such classes include Validator's and AutoCorrector's. MContentHandler ECom

Inherits from

Member Functions Documentation

Release()

void Release ( ) [pure virtual]

This method allows for the correct destrution of the plugin.

Post-condition
the objects memory is cleaned up.