Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

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

XmlLib.h Global variables

KXmlLibBufferedDocumentAttribute

Interface status: deprecated

const TLitC< sizeof(L"XmlLibBufferedDocument")/2 KXmlLibBufferedDocumentAttribute)={sizeof(L"XmlLibBufferedDocument" )/2-1,L"XmlLibBufferedDocument" };

Description

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

[Top]


KSupportedXmlVersion

Interface status: deprecated

const TLitC< sizeof(L"1.0")/2 KSupportedXmlVersion)={sizeof(L"1.0" )/2-1,L"1.0" };

Description

The Xml version that XML currently parser supports

[Top]


KCDataID

Interface status: deprecated

const TLitC< sizeof(L"CDATA")/2 KCDataID)={sizeof(L"CDATA" )/2-1,L"CDATA" };

Description

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

[Top]


KPCDataID

Interface status: deprecated

const TLitC< sizeof(L"#PCDATA")/2 KPCDataID)={sizeof(L"#PCDATA" )/2-1,L"#PCDATA" };

Description

ID for "normal" text nodes