Creates a new XmlSpreadsheetsGDataParser.paramis the stream from which to read the dataparamxmlParser the XmlPullParser to use to parse the raw XMLthrowsParseException if the super-class throws one super(is, xmlParser);
super(is, xmlParser);
return new SpreadsheetEntry();
return new SpreadsheetFeed();
super.handleExtraLinkInEntry(rel, type, href, entry); if (WORKSHEET_FEED_REL.equals(rel) && "application/atom+xml".equals(type)) { SpreadsheetEntry sheet = (SpreadsheetEntry) entry; sheet.setWorksheetFeedUri(href); }