1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>RSSKit: RSSFeed(Fetching) Category Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main Page</span></a></li>
<li id="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul></div>
<h1>RSSFeed(Fetching) Category Reference</h1><!-- doxytag: class="RSSFeed(Fetching)" --><code>#import <<a class="el" href="RSSFeed+Fetching_8h-source.html">RSSFeed+Fetching.h</a>></code>
<p>
<a href="categoryRSSFeed(Fetching)-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">(enum RSSFeedError) </td><td class="memItemRight" valign="bottom">- <a class="el" href="categoryRSSFeed(Fetching).html#bc5932a5df8233857ffb8f3f802792b6">lastError</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">(enum RSSFeedError) </td><td class="memItemRight" valign="bottom">- <a class="el" href="categoryRSSFeed(Fetching).html#34234d6ccb4ece076ae6ec3d86fb7f46">fetch</a></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
The ,,Fetching'' category of <a class="el" href="classRSSFeed.html">RSSFeed</a> contains methods for the <a class="el" href="classRSSFeed.html">RSSFeed</a> class, which are responsible for fetching and parsing feeds.
<p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="34234d6ccb4ece076ae6ec3d86fb7f46"></a><!-- doxytag: member="RSSFeed(Fetching)::fetch" ref="34234d6ccb4ece076ae6ec3d86fb7f46" args="()" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top" align="right">- (enum RSSFeedError) fetch </td>
<td class="md" valign="top"></td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top"> </td>
<td class="md" nowrap></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
Fetches the feed from the web (using NSURL).<p>
<dl compact><dt><b>Returns:</b></dt><dd>An error number (of type enum RSSFeedError) </dd></dl>
<dl compact><dt><b>See also:</b></dt><dd>NSURL <p>
RSSFeedError </dd></dl>
</td>
</tr>
</table>
<a class="anchor" name="bc5932a5df8233857ffb8f3f802792b6"></a><!-- doxytag: member="RSSFeed(Fetching)::lastError" ref="bc5932a5df8233857ffb8f3f802792b6" args="()" --><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top" align="right">- (enum RSSFeedError) lastError </td>
<td class="md" valign="top"></td>
<td class="mdname1" valign="top" nowrap> </td>
<td class="md" valign="top"> </td>
<td class="md" nowrap></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
Returns the last error. Guaranteed to return the last fetching result. </td>
</tr>
</table>
<hr>The documentation for this category was generated from the following file:<ul>
<li><a class="el" href="RSSFeed+Fetching_8h-source.html">RSSFeed+Fetching.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Thu Aug 3 00:51:27 2006 for RSSKit by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6 </small></address>
</body>
</html>
|