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)

TInt Binary ( TUint32 ) [inline, virtual]
Receive notification of binary data.
Since
?Series60_version

Parameters

TUint32

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 &)

TInt Entity ( TUint32 ,
TDesC &
) [inline, virtual]
Receive notification of entity.
Since
?Series60_version

Parameters

TUint32
TDesC &

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 &)

TInt FQToken ( TUint32 ,
TDesC &
) [inline, virtual]
Receive notification of a Fully Qualifyed Token.
Since
?Series60_version

Parameters

TUint32
TDesC &

InlineString(TDesC &)

TInt InlineString ( TDesC & ) [inline, virtual]
Receive notification of a inline string.
Since
?Series60_version

Parameters

TDesC &

Opaque(TUint32, TDesC &)

TInt Opaque ( TUint32 ,
TDesC &
) [inline, virtual]
Receive notification of opaque data.
Since
?Series60_version

Parameters

TUint32
TDesC &

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 &)

TInt TableString ( TDesC & ) [inline, virtual]
Receive notification of a table string.
Since
?Series60_version

Parameters

TDesC &

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 &)

TInt Token ( TUint8 ,
TDesC &
) [inline, virtual]
Receive notification of a Token.
Since
?Series60_version

Parameters

TUint8
TDesC &