Xml::TParserInitParams Struct Reference

struct Xml::TParserInitParams

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

Member Data Documentation

CCharSetConverter * iCharSetConverter

CCharSetConverter * iCharSetConverter

The helper class for character conversions and encoding resolution. We do not own this.

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.