Index Hierarchy OSSXMLHandler Class Reference Inherits from NSObject Conforms to NSXMLParserDelegate Declared in OSSXMLHandler.hOSSXMLHandler.m Overview @class Tasks dic property currentElement property – getDic – init: Properties currentElement 用于存放当前解析到的element value @property (nonatomic, strong) NSString *currentElement Discussion @property Declared In OSSXMLHandler.h dic 用来存储从XML中解析出的数据,element name作为key,element value作为值 @property (nonatomic, strong) NSMutableDictionary *dic Discussion @property Declared In OSSXMLHandler.h Instance Methods getDic 获取解析xml之后得到的内容 - (NSDictionary *)getDic Discussion @method Declared In OSSXMLHandler.h init: 使用待解析的xml数据进行初始化 - (instancetype)init:(NSData *)data Discussion @method Declared In OSSXMLHandler.h Index Hierarchy