Xml::TContentProcessorInitParams Struct Reference

struct Xml::TContentProcessorInitParams

A structure for passing initialisation parameters to the derived class being instantiated.

Member Data Documentation

MContentHandler * iContentHandler

MContentHandler *iContentHandler

The client callback to pass the data to. We do not own this.

RElementStack * iElementStack

RElementStack *iElementStack

The Element stack that allows checking on tag ordering. An object may want to check this in associating with validation. We do not own this.

RStringDictionaryCollection * iStringDictionaryCollection

RStringDictionaryCollection *iStringDictionaryCollection

The collection of string dictionaries that can be loaded by the user or by the framework at runtime. We do not own this.