Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <>
This item is not part of the S60 5th Edition SDK

Namespace Xml

Interface access: Unset Default as namespace
Interface status: Unset Default as namespace

namespace Xml

Description

Members

Defined in Xml:


Member functions


ParseL(CParser &,const TDesC8 &)

IMPORT_C void ParseL(CParser &aParser, const TDesC8 &aDocument);

Description

Parameters

Xml::CParser &aParser

const TDesC8 &aDocument


ParseL(CParser &,RFs &,const TDesC &)

IMPORT_C void ParseL(CParser &aParser, RFs &aFs, const TDesC &aFilename);

Description

Parameters

Xml::CParser &aParser

RFs &aFs

const TDesC16 &aFilename


ParseL(CParser &,RFile &)

IMPORT_C void ParseL(CParser &aParser, RFile &aFile);

Description

Parameters

Xml::CParser &aParser

RFile &aFile

[Top]


Member enumerations


Enum TAttributeType

TAttributeType

Description

Specifies the type of this attribute object. These values are defined in the xml specification. For other specifications they may also be used or 'none'.

EAttributeType_CDATA

Specifies a string type.

EAttributeType_ID

Specifies a tokenized type.

EAttributeType_IDREF

Specifies a tokenized type.

EAttributeType_IDREFS

Specifies a tokenized type.

EAttributeType_NMTOKEN

Specifies a tokenized type.

EAttributeType_NMTOKENS

Specifies a tokenized type.

EAttributeType_ENTITY

Specifies a tokenized type.

EAttributeType_ENTITIES

Specifies a tokenized type.

EAttributeType_NOTATION

Specifies a tokenized type.

EAttributeType_NONE

Specifies no type, or unsupported.

[Top]


Member type definitions


Typedef RAttributeArray

typedef RArray<RAttribute> Xml::RAttributeArray;

Description

Defines a list of attributes for an element.

See also:

Related Topics

[Top]


Member data


KErrXmlStringDictionaryPluginNotFound

const TInt KErrXmlStringDictionaryPluginNotFound=-17550;

Description


KErrXmlParserPluginNotFound

const TInt KErrXmlParserPluginNotFound=-17551;

Description


KErrXmlGeneratorPluginNotFound

const TInt KErrXmlGeneratorPluginNotFound=-17552;

Description


KXmlSymbianPluginVariant

const TLitC8< sizeof("Symbian") KXmlSymbianPluginVariant)={sizeof( "Symbian" )-1, "Symbian" };

Description

The plugin variant string of the default Symbian-provided XML parser plugins.


KErrXmlPluginNotFound

const TInt KErrXmlPluginNotFound=-17553;

Description


KErrXmlBadCharacterConversion

const TInt KErrXmlBadCharacterConversion=-17554;

Description


KErrXmlUnsupportedCharacterSet

const TInt KErrXmlUnsupportedCharacterSet=-17555;

Description


KErrXmlUnavailableCharacterSet

const TInt KErrXmlUnavailableCharacterSet=-17556;

Description


KErrXmlUnsupportedElement

const TInt KErrXmlUnsupportedElement=-17557;

Description


KErrXmlUnsupportedAttribute

const TInt KErrXmlUnsupportedAttribute=-17558;

Description


KErrXmlUnsupportedAttributeValue

const TInt KErrXmlUnsupportedAttributeValue=-17559;

Description


KErrXmlMissingStringDictionary

const TInt KErrXmlMissingStringDictionary=-17560;

Description


KErrXmlUnsupportedDocumentVersion

const TInt KErrXmlUnsupportedDocumentVersion=-17561;

Description


KErrXmlDocumentCorrupt

const TInt KErrXmlDocumentCorrupt=-17562;

Description


KErrXmlStringPoolTableNotFound

const TInt KErrXmlStringPoolTableNotFound=-17563;

Description


KErrXmlBadIndex

const TInt KErrXmlBadIndex=-17564;

Description


KErrXmlUnsupportedExtInterface

const TInt KErrXmlUnsupportedExtInterface=-17566;

Description


KErrXmlMoreThanOneParserMatched

const TInt KErrXmlMoreThanOneParserMatched=-17567;

Description

Indicates the parser query is matched to more than one parser. This error can be returned only if the request is to leave in such a case - LeaveOnMany flag is set.


KErrXmlFirst

const TInt KErrXmlFirst=-17550;

Description


KErrXmlLast

const TInt KErrXmlLast=-17599;

Description