Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: XmlLib.h

This item is not part of the S60 3rd Edition SDK for Symbian OS, Feature Pack 2.

XmlLib.h Global variables


KXmlLibBufferedDocumentAttribute

const TLitC< sizeof(L"XmlLibBufferedDocument")/2 KXmlLibBufferedDocumentAttribute;

Description

ID for the root node attribute that contains the buffered document in case no DTD was available

[Top]


KSupportedXmlVersion

const TLitC< sizeof(L"1.0")/2 KSupportedXmlVersion;

Description

The Xml version that XML currently parser supports

[Top]


KCDataID

const TLitC< sizeof(L"CDATA")/2 KCDataID;

Description

ID for node containing text data defined in a CDATA section (i.e. within <![CDATA[ .. ]]> )

[Top]


KPCDataID

const TLitC< sizeof(L"#PCDATA")/2 KPCDataID;

Description

ID for "normal" text nodes