RXMLReader Class Reference
Interface for XML Parser.
XMLInterface.dll
-
Since
-
?Series60_version
Constructor & Destructor Documentation
Member Functions Documentation
CreateL()
IMPORT_C void
|
CreateL
|
(
|
)
|
|
Creates the parser. This function leaves with an apropriate code if the create failed.
Destroy()
IMPORT_C void
|
Destroy
|
(
|
)
|
|
GetFeature(TXMLFeature, TBool &)
IMPORT_C
TInt
|
GetFeature
|
(
|
TXMLFeature
|
aFeature,
|
|
TBool
&
|
aStatus
|
|
)
|
|
Check if a feature is Enabled.
-
Since
-
?Series60_version
Parameters
TXMLFeature
aFeature
|
|
TBool
& aStatus
|
|
ParseL(RFs &, const TDesC &)
IMPORT_C void
|
ParseL
|
(
|
RFs
&
|
aRFs,
|
|
const
TDesC
&
|
aFileToParse
|
|
)
|
|
Parse an XML document.
-
Since
-
?Series60_version
ParseL(const TDesC8 &)
IMPORT_C void
|
ParseL
|
(
|
const
TDesC8
&
|
aBuff
|
)
|
|
Parse an XML document.
-
Since
-
?Series60_version
ParseL(RFile &)
IMPORT_C void
|
ParseL
|
(
|
RFile
&
|
aOpenedFile
|
)
|
|
Parse an XML document.
-
Since
-
?Series60_version
SetContentHandler(MXMLContentHandler *)
Allow an application to register a content event handler (for XML).
-
Since
-
?Series60_version
SetContentHandler(MWBXMLContentHandler *)
Allow an application to register a content event handler (for WBXML).
-
Since
-
?Series60_version
SetFeature(TXMLFeature, TBool)
IMPORT_C
TInt
|
SetFeature
|
(
|
TXMLFeature
|
aFeature,
|
|
TBool
|
aStatus
|
|
)
|
|
Enables/Dissables a feature.
-
Since
-
?Series60_version
Parameters
TXMLFeature
aFeature
|
|
TBool
aStatus
|
|
Member Data Documentation
CXMLReader * iImplementation
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.