
![]() |
![]() |
|
Interface access: | Unset | Default as namespace |
Interface status: | Unset | Default as namespace |
namespace Xml
Defined in Xml
:
CMatchData
...CParser
If you need to parse xml this is the class you need to use.EAttributeType_CDATA
Specifies a string type. EAttributeType_ENTITIES
Specifies a tokenized type. EAttributeType_ENTITY
Specifies a tokenized 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_NONE
Specifies no type, or unsupported. EAttributeType_NOTATION
Specifies a tokenized type. KErrXmlBadCharacterConversion
KErrXmlBadIndex
KErrXmlDocumentCorrupt
KErrXmlFirst
KErrXmlGeneratorPluginNotFound
KErrXmlLast
KErrXmlMissingStringDictionary
KErrXmlMoreThanOneParserMatched
Indicates the parser query is matched to more than one parser. This error can be...KErrXmlParserPluginNotFound
KErrXmlPluginNotFound
KErrXmlStringDictionaryPluginNotFound
KErrXmlStringPoolTableNotFound
KErrXmlUnavailableCharacterSet
KErrXmlUnsupportedAttribute
KErrXmlUnsupportedAttributeValue
KErrXmlUnsupportedCharacterSet
KErrXmlUnsupportedDocumentVersion
KErrXmlUnsupportedElement
KErrXmlUnsupportedExtInterface
KXmlSymbianPluginVariant
The plugin variant string of the default Symbian-provided XML parser plugins. MContentHandler
This 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 &)
RAttribute
The Xml::RAttribute class holds an attribute's description belonging to an eleme...RAttributeArray
Defines a list of attributes for an element. RDocumentParameters
The Xml::RDocumentParameters class contains information about the document to be...RStringDictionaryCollection
The Xml::RStringDictionaryCollection class holds a collection of Dictionaries re...RTagInfo
The Xml::RTagInfo class holds information that describes an element or attribute...TAttributeType
Specifies 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::MContentHandler
This 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;