|
|
|
| Interface access: | Unset | Default as namespace |
| Interface status: | Unset | Default as namespace |
namespace Xml
Defined in Xml:
CMatchData...CParserIf you need to parse xml this is the class you need to use.EAttributeType_CDATASpecifies a string type. EAttributeType_ENTITIESSpecifies a tokenized type. EAttributeType_ENTITYSpecifies a tokenized type. EAttributeType_IDSpecifies a tokenized type. EAttributeType_IDREFSpecifies a tokenized type. EAttributeType_IDREFSSpecifies a tokenized type. EAttributeType_NMTOKENSpecifies a tokenized type. EAttributeType_NMTOKENSSpecifies a tokenized type. EAttributeType_NONESpecifies no type, or unsupported. EAttributeType_NOTATIONSpecifies a tokenized type. KErrXmlBadCharacterConversionKErrXmlBadIndexKErrXmlDocumentCorruptKErrXmlFirstKErrXmlGeneratorPluginNotFoundKErrXmlLastKErrXmlMissingStringDictionaryKErrXmlMoreThanOneParserMatchedIndicates the parser query is matched to more than one parser. This error can be...KErrXmlParserPluginNotFoundKErrXmlPluginNotFoundKErrXmlStringDictionaryPluginNotFoundKErrXmlStringPoolTableNotFoundKErrXmlUnavailableCharacterSetKErrXmlUnsupportedAttributeKErrXmlUnsupportedAttributeValueKErrXmlUnsupportedCharacterSetKErrXmlUnsupportedDocumentVersionKErrXmlUnsupportedElementKErrXmlUnsupportedExtInterfaceKXmlSymbianPluginVariantThe plugin variant string of the default Symbian-provided XML parser plugins. MContentHandlerThis class defines the interface required by a client of the xml framework. It a...ParseL(CParser &,RFile &)ParseL(CParser &,RFs &,const TDesC &)ParseL(CParser &,const TDesC8 &)RAttributeThe Xml::RAttribute class holds an attribute's description belonging to an eleme...RAttributeArrayDefines a list of attributes for an element. RDocumentParametersThe Xml::RDocumentParameters class contains information about the document to be...RStringDictionaryCollectionThe Xml::RStringDictionaryCollection class holds a collection of Dictionaries re...RTagInfoThe Xml::RTagInfo class holds information that describes an element or attribute...TAttributeTypeSpecifies the type of this attribute object. These values are defined in the xml...IMPORT_C void ParseL(CParser &aParser, const TDesC8 &aDocument);
|
IMPORT_C void ParseL(CParser &aParser, RFs &aFs, const TDesC &aFilename);
|
IMPORT_C void ParseL(CParser &aParser, RFile &aFile);
|
TAttributeType
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'.
|
typedef RArray<RAttribute> Xml::RAttributeArray;
Defines a list of attributes for an element.
Xml::MContentHandlerThis class defines the interface required by a client of the xml framework. It a...const TLitC8< sizeof("Symbian") KXmlSymbianPluginVariant)={sizeof( "Symbian" )-1, "Symbian" };
The plugin variant string of the default Symbian-provided XML parser plugins.
const TInt KErrXmlMoreThanOneParserMatched=-17567;
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.
const TInt KErrXmlLast=-17599;