MXMLContentHandler Class Reference
Interface for SAX Parser Callback events. 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.
XMLInterface.dll
- Since
- ?Series60_version
Member Functions Documentation
Charecters(TDesC &, TInt, TInt)
Receive notification of character data inside an element.
- Since
- ?Series60_version
Comment(TDesC &)
Receive notification of XML comment.
- Since
- ?Series60_version
DataBuffer(const TDesC16 &)
void | DataBuffer | ( | const TDesC16 & | | ) | [inline, virtual] |
Returns parsed buffer to client.
- Since
- Series60 3.1
EndCDATA()
TInt
| EndCDATA | ( | ) | [inline, virtual] |
Receive notification of end of CData section.
- Since
- ?Series60_version
EndDocument()
TInt
| EndDocument | ( | ) | [pure virtual] |
Receive notification of the end of a document.
- Since
- ?Series60_version
EndElement(TDesC &, TDesC &, TDesC &)
Receive notification of the end of an element.
- Since
- ?Series60_version
EndEntity(TDesC &)
Receive notification of end of XML entities.
- Since
- ?Series60_version
Error(TInt, TInt)
Receive notification of error situation during parsing.
- Since
- ?Series60_version
IgnoreWhiteSpace(TDesC &)
TInt
| IgnoreWhiteSpace | ( | TDesC & | | ) | [inline, virtual] |
Receive notification of ignorable whitespace in element content.
- Since
- ?Series60_version
ProcessingInstructions(TDesC &, TDesC &)
Receive notification of a processing instruction
- Since
- ?Series60_version
ReaderIndex(NW_Uint32)
void | ReaderIndex | ( | NW_Uint32 | | ) | [inline, virtual] |
Returns reader index
- Since
- Series60 3.1
SkippedEntity(TDesC &)
Receive notification of a skipped entity.
- Since
- ?Series60_version
StartCDATA()
TInt
| StartCDATA | ( | ) | [inline, virtual] |
Receive notification of beginning of CData section.
- Since
- ?Series60_version
StartDocument()
TInt
| StartDocument | ( | ) | [pure virtual] |
Receive notification of the beginning of a document.
- Since
- ?Series60_version
StartElement(TDesC &, TDesC &, TDesC &, MXMLAttributes *)
Receive notification of the beginning of an element.
- Since
- ?Series60_version
StartEntity(TDesC &)
Receive notification of beginning of some internal and external XML entities.
- Since
- ?Series60_version
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.