public class RSSReader extends Object
| Constructor and Description |
|---|
RSSReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
convertChannelToHtml(XmlPullParser parser,
XmlSerializer writer) |
void |
convertItemToHtml(XmlPullParser parser,
XmlSerializer writer) |
void |
convertRSSToHtml(XmlPullParser parser,
XmlSerializer writer) |
static void |
main(String[] args) |
public static void main(String[] args)
public void convertRSSToHtml(XmlPullParser parser, XmlSerializer writer) throws IOException, XmlPullParserException
IOExceptionXmlPullParserExceptionpublic void convertChannelToHtml(XmlPullParser parser, XmlSerializer writer) throws IOException, XmlPullParserException
IOExceptionXmlPullParserExceptionpublic void convertItemToHtml(XmlPullParser parser, XmlSerializer writer) throws IOException, XmlPullParserException
IOExceptionXmlPullParserExceptionCopyright © 2013. All Rights Reserved.