API published in: S60 3rd Ed
Link against: senxml.lib
Required Capabilities
None
#include <msencontenthandlerclient.h>
Inherited by CSenBaseFragment.
If an application (client) needs to be informed of basic parsing events, it implements this interface and registers an instance with the SAX parser using the SetContentHandler() method. The parser uses the instance to report basic document-related events like the start and end of elements.*
Public Member Functions |
|
virtual TInt | StartDocument ()=0 |
Receive notification of the beginning of a document. |
|
virtual TInt | EndDocument ()=0 |
Receive notification of the end of a document. |
|
virtual TInt | StartElement (const TDesC8 &, const TDesC8 &, const TDesC8 &, const RAttributeArray &) |
Receive notification of the beginning of an element. |
|
virtual TInt | EndElement (const TDesC8 &, const TDesC8 &, const TDesC8 &) |
Receive notification of the end of an element. |
|
virtual TInt | Characters (const TDesC8 &, const TInt, const TInt) |
Receive notification of character data inside an element. |
|
virtual TInt | ProcessingInstructions (const TDesC8 &, const TDesC8 &) |
Receive notification of a processing instruction. |
|
virtual TInt | SkippedEntity (const TDesC8 &) |
Receive notification of a skipped entity. |
|
virtual TInt | Error (TInt) |
Receive notification of error situation during parsing. |
|
virtual TInt | StartPrefixMappingL (const TDesC8 &, const TDesC8 &) |
Receive notification of prefix mapping start. |
|
virtual TInt | EndPrefixMappingL (const TDesC8 &) |
Receive notification of prefix mapping end. |
|
virtual TInt | OnIgnorableWhiteSpaceL (const TDesC8 &) |
Receive notification of ignorable whitespace in element content. |
|
virtual TAny * | GetExtendedInterface (const TInt32) |
This method obtains the interface matching the specified UID. |
|
Receive notification of character data inside an element.
|
|
Receive notification of the end of a document.
|
|
Receive notification of the end of an element.
|
|
Receive notification of prefix mapping end.
|
|
Receive notification of error situation during parsing.
|
|
This method obtains the interface matching the specified UID.
|
|
Receive notification of ignorable whitespace in element content.
|
|
Receive notification of a processing instruction.
|
|
Receive notification of a skipped entity.
|
|
Receive notification of the beginning of a document.
|
|
Receive notification of the beginning of an element.
|
|
Receive notification of prefix mapping start.
|