com.ozacc.blog.rss.informa
クラス XmlInputStreamParserImpl
java.lang.Object
com.ozacc.blog.rss.informa.XmlInputStreamParserImpl
- すべての実装インタフェース:
- XmlInputStreamParser
- public class XmlInputStreamParserImpl
- extends Object
- implements XmlInputStreamParser
XmlInputStreamParserインターフェースのInforma実装。
- 導入されたバージョン:
- 1.2
- バージョン:
- $Id: XmlInputStreamParserImpl.java,v 1.1.2.1 2004/12/04 10:16:21 otsuka Exp $
- 作成者:
- Tomohiro Otsuka
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlInputStreamParserImpl
public XmlInputStreamParserImpl()
parseXmlInputStream
public Channel parseXmlInputStream(InputStream is)
throws ParseException
- インタフェース
XmlInputStreamParser
の記述:
- RSSのXMLデータを示すInputSreamをパースし、Channelインスタンスを生成して返します。
- 定義:
- インタフェース
XmlInputStreamParser
内の parseXmlInputStream
- パラメータ:
is
- RSSのXMLデータを示すInputSream
- 戻り値:
- 生成したChannelインスタンス
- 例外:
ParseException
- RSS XMLのパースに失敗した場合- 関連項目:
XmlInputStreamParser.parseXmlInputStream(java.io.InputStream)
Copyright © 2004 OZACC. All Rights Reserved.