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
Public Member Functions |
---|
void | Release() |
Inherited Functions |
---|
| Xml::MContentHandler::GetExtendedInterface(const TInt32) |
| Xml::MContentHandler::OnContentL(const TDesC8 &,TInt) |
| Xml::MContentHandler::OnEndDocumentL(TInt) |
| Xml::MContentHandler::OnEndElementL(const RTagInfo &,TInt) |
| Xml::MContentHandler::OnEndPrefixMappingL(const RString &,TInt) |
| Xml::MContentHandler::OnError(TInt) |
| Xml::MContentHandler::OnIgnorableWhiteSpaceL(const TDesC8 &,TInt) |
| Xml::MContentHandler::OnProcessingInstructionL(const TDesC8 &,const TDesC8 &,TInt) |
| Xml::MContentHandler::OnSkippedEntityL(const RString &,TInt) |
| Xml::MContentHandler::OnStartDocumentL(const RDocumentParameters &,TInt) |
| Xml::MContentHandler::OnStartElementL(const RTagInfo &,const RAttributeArray &,TInt) |
| Xml::MContentHandler::OnStartPrefixMappingL(const RString &,const RString &,TInt) |
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.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.