MWBXMLContentHandler Class Reference
class MWBXMLContentHandler |
Interface for SAX wbxml 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
AttributeStart()
TInt
| AttributeStart | ( | ) | [inline, virtual] |
Receive notification of a attribute.
- Since
- ?Series60_version
AttributeValue()
TInt
| AttributeValue | ( | ) | [inline, virtual] |
Receive notification of a attribute value.
- Since
- ?Series60_version
Binary(TUint32)
Receive notification of binary data.
- Since
- ?Series60_version
CodePageSwitch()
TInt
| CodePageSwitch | ( | ) | [inline, virtual] |
Receive notification of a code page switch in the document.
- Since
- ?Series60_version
Content()
TInt
| Content | ( | ) | [inline, virtual] |
Receive notification of content.
- Since
- ?Series60_version
EndDocument()
TInt
| EndDocument | ( | ) | [pure virtual] |
Receive notification of the end of a wbxml document.
- Since
- ?Series60_version
Entity(TUint32, TDesC &)
Receive notification of entity.
- Since
- ?Series60_version
Exception()
TInt
| Exception | ( | ) | [inline, virtual] |
Receive notification of parse error.
- Since
- ?Series60_version
Extension()
TInt
| Extension | ( | ) | [inline, virtual] |
Receive notification of a extencion.
- Since
- ?Series60_version
FQToken(TUint32, TDesC &)
Receive notification of a Fully Qualifyed Token.
- Since
- ?Series60_version
InlineString(TDesC &)
Receive notification of a inline string.
- Since
- ?Series60_version
Opaque(TUint32, TDesC &)
Receive notification of opaque data.
- Since
- ?Series60_version
ProcessingInstruction()
TInt
| ProcessingInstruction | ( | ) | [inline, virtual] |
Receive notification of the beginning of a processing instruction.
- Since
- ?Series60_version
ProcessingInstructionEnd()
TInt
| ProcessingInstructionEnd | ( | ) | [inline, virtual] |
Receive notification of the end of a processing instruction.
- Since
- ?Series60_version
StartDocument()
TInt
| StartDocument | ( | ) | [pure virtual] |
Receive notification of the beginning of a wbxml document.
- Since
- ?Series60_version
TableString(TDesC &)
Receive notification of a table string.
- Since
- ?Series60_version
TagEnd()
TInt
| TagEnd | ( | ) | [inline, virtual] |
Receive notification of the end of an element.
- Since
- ?Series60_version
TagStart()
TInt
| TagStart | ( | ) | [inline, virtual] |
Receive notification of the beginning of an element.
- Since
- ?Series60_version
Token(TUint8, TDesC &)
Receive notification of a Token.
- 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.