Inherits from NSObject
Conforms to NSXMLParserDelegate
Declared in BookXMLParser.h
BookXMLParser.m

Overview

BookXMLParser class description. The class that parses the information fetched from Goodreads which is in XML format.

Tasks

Instance Methods

parseBooksXMLWithData:

Method that parses XML data of a book.

- (NSArray *)parseBooksXMLWithData:(NSData *)data

Parameters

data

XML data to be parsed.

Return Value

List of books.

Discussion

Method that parses XML data of a book.

Declared In

BookXMLParser.h

parseISBNFromData:

Method that parses XML data of ISBN of a book.

- (NSString *)parseISBNFromData:(NSData *)data

Parameters

data

XML data to be parsed.

Return Value

ISBN.

Discussion

Method that parses XML data of ISBN of a book.

Declared In

BookXMLParser.h