The APXMLParser class is used to get dashboard XML data.
NSObject
APXMLParser
<NSObject>
<NSXMLParserDelegate>
root. Root XML element of dashboard data.
- (APXMLParserObject *) root [read, write, nonatomic, retain]
The property is intended for internal use.
parseXML:. Creates an instance of the APXMLParserObject class that is a root element of dashboard data.
+ (APXMLParserObject *) parseXML: (NSData *) data
data. XML file data that describe dashboard.
The example of use is given in the Searching of Embedded Objects in Dashboard XML Element section.
See also:
Classes. The Mobile Application Component