|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcom.ozacc.blog.rss.informa.RSS_1_0_Exporter
InformaのRSS_1_0_Exporterをozacc-blog用に改造したクラス。
A channel exporter that can write channel objects out into the interchange syntax defined by RSS 1.0.
コンストラクタの概要 | |
RSS_1_0_Exporter(File file)
Creates a channel exporter bound to the file given in the argument. |
|
RSS_1_0_Exporter(File file,
String encoding)
Creates a channel exporter bound to the file given in the arguments. |
|
RSS_1_0_Exporter(String filename)
Creates a channel exporter bound to the file given in the argument. |
|
RSS_1_0_Exporter(Writer writer,
String encoding)
Creates a channel exporter bound to the Writer given in the arguments. |
メソッドの概要 | |
static Document |
getDocument(ChannelIF channel)
|
static org.jdom.Document |
getJdomDocument(ChannelIF channel)
|
void |
write(ChannelIF channel)
|
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public RSS_1_0_Exporter(String filename) throws IOException
filename
- - The name of the file to which the channel object
is to be written.public RSS_1_0_Exporter(File file) throws IOException
file
- - The file object to which the channel object is
to be written.public RSS_1_0_Exporter(File file, String encoding) throws IOException
file
- - The file object to which the channel object is
to be written.encoding
- - The character encoding to write the channel
object in.public RSS_1_0_Exporter(Writer writer, String encoding)
writer
- - The Writer to which the channel object is to be
written.encoding
- - The character encoding the Writer writes in.メソッドの詳細 |
public void write(ChannelIF channel) throws IOException
ChannelExporterIF
内の write
IOException
public static org.jdom.Document getJdomDocument(ChannelIF channel)
public static Document getDocument(ChannelIF channel) throws org.jdom.JDOMException
org.jdom.JDOMException
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |