Xml::MParser Class Reference
class Xml::MParser : public Xml::MContentSource
|
A parser ECOM plugin for the XML Framework must implement this interface.
Member Functions Documentation
DisableFeature(TInt)
TInt
|
DisableFeature
|
(
|
TInt
|
aParserFeature
|
)
|
[pure virtual]
|
EnableFeature(TInt)
TInt
|
EnableFeature
|
(
|
TInt
|
aParserFeature
|
)
|
[pure virtual]
|
IsFeatureEnabled(TInt)
TBool
|
IsFeatureEnabled
|
(
|
TInt
|
aParserFeature
|
)
|
const [pure virtual]
|
See if a feature is enabled.
ParseChunkL(const TDesC8 &)
void
|
ParseChunkL
|
(
|
const
TDesC8
&
|
aChunk
|
)
|
[pure virtual]
|
Parses a descriptor that contains part of a document.
ParseLastChunkL(const TDesC8 &)
void
|
ParseLastChunkL
|
(
|
const
TDesC8
&
|
aFinalChunk
|
)
|
[pure virtual]
|
Parses a descriptor that contains the last part of a document.
Release()
void
|
Release
|
(
|
)
|
[pure virtual]
|
Interfaces don't have a destructor, so we have an explicit method instead.
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.