⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 feed.html

📁 解析RSS工具源码
💻 HTML
📖 第 1 页 / 共 4 页
字号:
</DL><HR><A NAME="getAlternateLinks()"><!-- --></A><H3>getAlternateLinks</H3><PRE>public java.util.List <B>getAlternateLinks</B>()</PRE><DL><DD>Returns the feed alternate links. <p><P><DD><DL><DT><B>Returns:</B><DD>a list of Link elements with the feed alternate links,         an empty list if none.</DL></DD></DL><HR><A NAME="setAlternateLinks(java.util.List)"><!-- --></A><H3>setAlternateLinks</H3><PRE>public void <B>setAlternateLinks</B>(java.util.List&nbsp;alternateLinks)</PRE><DL><DD>Sets the feed alternate links. <p><P><DD><DL><DT><B>Parameters:</B><DD><CODE>alternateLinks</CODE> - the list of Link elements with the feed alternate links to set,        an empty list or <b>null</b> if none.</DL></DD></DL><HR><A NAME="getOtherLinks()"><!-- --></A><H3>getOtherLinks</H3><PRE>public java.util.List <B>getOtherLinks</B>()</PRE><DL><DD>Returns the feed other links (non-alternate ones). <p><P><DD><DL><DT><B>Returns:</B><DD>a list of Link elements with the feed other links (non-alternate ones),         an empty list if none.</DL></DD></DL><HR><A NAME="setOtherLinks(java.util.List)"><!-- --></A><H3>setOtherLinks</H3><PRE>public void <B>setOtherLinks</B>(java.util.List&nbsp;otherLinks)</PRE><DL><DD>Sets the feed other links (non-alternate ones). <p><P><DD><DL><DT><B>Parameters:</B><DD><CODE>otherLinks</CODE> - the list of Link elements with the feed other links (non-alternate ones) to set,        an empty list or <b>null</b> if none.</DL></DD></DL><HR><A NAME="getAuthors()"><!-- --></A><H3>getAuthors</H3><PRE>public java.util.List <B>getAuthors</B>()</PRE><DL><DD>Returns the feed author. <p><P><DD><DL><DT><B>Returns:</B><DD>the feed author, <b>null</b> if none.</DL></DD></DL><HR><A NAME="setAuthors(java.util.List)"><!-- --></A><H3>setAuthors</H3><PRE>public void <B>setAuthors</B>(java.util.List&nbsp;authors)</PRE><DL><DD>Sets the feed author. <p><P><DD><DL></DL></DD></DL><HR><A NAME="getContributors()"><!-- --></A><H3>getContributors</H3><PRE>public java.util.List <B>getContributors</B>()</PRE><DL><DD>Returns the feed contributors. <p><P><DD><DL><DT><B>Returns:</B><DD>a list of Person elements with the feed contributors,         an empty list if none.</DL></DD></DL><HR><A NAME="setContributors(java.util.List)"><!-- --></A><H3>setContributors</H3><PRE>public void <B>setContributors</B>(java.util.List&nbsp;contributors)</PRE><DL><DD>Sets the feed contributors. <p><P><DD><DL><DT><B>Parameters:</B><DD><CODE>contributors</CODE> - the list of Person elements with the feed contributors to set,        an empty list or <b>null</b> if none.</DL></DD></DL><HR><A NAME="getTagline()"><!-- --></A><H3>getTagline</H3><PRE>public <A HREF="../../../../../com/sun/syndication/feed/atom/Content.html" title="class in com.sun.syndication.feed.atom">Content</A> <B>getTagline</B>()</PRE><DL><DD>Returns the feed tag line (Atom 0.3, maps to <A HREF="../../../../../com/sun/syndication/feed/atom/Feed.html#getSubtitle()"><CODE>getSubtitle()</CODE></A>). <p><P><DD><DL><DT><B>Returns:</B><DD>the feed tag line, <b>null</b> if none.</DL></DD></DL><HR><A NAME="setTagline(com.sun.syndication.feed.atom.Content)"><!-- --></A><H3>setTagline</H3><PRE>public void <B>setTagline</B>(<A HREF="../../../../../com/sun/syndication/feed/atom/Content.html" title="class in com.sun.syndication.feed.atom">Content</A>&nbsp;tagline)</PRE><DL><DD>Sets the feed tagline (Atom 0.3, maps to <A HREF="../../../../../com/sun/syndication/feed/atom/Feed.html#getSubtitle()"><CODE>getSubtitle()</CODE></A>). <p><P><DD><DL><DT><B>Parameters:</B><DD><CODE>tagline</CODE> - the feed tagline to set, <b>null</b> if none.</DL></DD></DL><HR><A NAME="getId()"><!-- --></A><H3>getId</H3><PRE>public java.lang.String <B>getId</B>()</PRE><DL><DD>Returns the feed ID. <p><P><DD><DL><DT><B>Returns:</B><DD>the feed ID, <b>null</b> if none.</DL></DD></DL><HR><A NAME="setId(java.lang.String)"><!-- --></A><H3>setId</H3><PRE>public void <B>setId</B>(java.lang.String&nbsp;id)</PRE><DL><DD>Sets the feed ID. <p><P><DD><DL><DT><B>Parameters:</B><DD><CODE>id</CODE> - the feed ID to set, <b>null</b> if none.</DL></DD></DL><HR><A NAME="getGenerator()"><!-- --></A><H3>getGenerator</H3><PRE>public <A HREF="../../../../../com/sun/syndication/feed/atom/Generator.html" title="class in com.sun.syndication.feed.atom">Generator</A> <B>getGenerator</B>()</PRE><DL><DD>Returns the feed generator. <p><P><DD><DL><DT><B>Returns:</B><DD>the feed generator, <b>null</b> if none.</DL></DD></DL><HR><A NAME="setGenerator(com.sun.syndication.feed.atom.Generator)"><!-- --></A><H3>setGenerator</H3><PRE>public void <B>setGenerator</B>(<A HREF="../../../../../com/sun/syndication/feed/atom/Generator.html" title="class in com.sun.syndication.feed.atom">Generator</A>&nbsp;generator)</PRE><DL><DD>Sets the feed generator. <p><P><DD><DL><DT><B>Parameters:</B><DD><CODE>generator</CODE> - the feed generator to set, <b>null</b> if none.</DL></DD></DL><HR><A NAME="getCopyright()"><!-- --></A><H3>getCopyright</H3><PRE>public java.lang.String <B>getCopyright</B>()</PRE><DL><DD>Returns the feed copyright (Atom 0.3, maps to <A HREF="../../../../../com/sun/syndication/feed/atom/Feed.html#getRights()"><CODE>getRights()</CODE></A>). <p><P><DD><DL><DT><B>Returns:</B><DD>the feed copyright, <b>null</b> if none.</DL></DD></DL><HR><A NAME="setCopyright(java.lang.String)"><!-- --></A><H3>setCopyright</H3><PRE>public void <B>setCopyright</B>(java.lang.String&nbsp;copyright)</PRE><DL><DD>Sets the feed copyright (Atom 0.3, maps to <CODE>setRights()</CODE>). <p><P><DD><DL><DT><B>Parameters:</B><DD><CODE>copyright</CODE> - the feed copyright to set, <b>null</b> if none.</DL></DD></DL><HR><A NAME="getInfo()"><!-- --></A><H3>getInfo</H3><PRE>public <A HREF="../../../../../com/sun/syndication/feed/atom/Content.html" title="class in com.sun.syndication.feed.atom">Content</A> <B>getInfo</B>()</PRE><DL><DD>Returns the feed info (Atom 0.3 only) <p><P><DD><DL><DT><B>Returns:</B><DD>the feed info, <b>null</b> if none.</DL></DD></DL><HR><A NAME="setInfo(com.sun.syndication.feed.atom.Content)"><!-- --></A><H3>setInfo</H3><PRE>public void <B>setInfo</B>(<A HREF="../../../../../com/sun/syndication/feed/atom/Content.html" title="class in com.sun.syndication.feed.atom">Content</A>&nbsp;info)</PRE><DL><DD>Sets the feed info (Atom 0.3 only) <p><P><DD><DL><DT><B>Parameters:</B><DD><CODE>info</CODE> - the feed info to set, <b>null</b> if none.</DL></DD></DL><HR><A NAME="getModified()"><!-- --></A><H3>getModified</H3><PRE>public java.util.Date <B>getModified</B>()</PRE><DL><DD>Returns the feed modified date (Atom 0.3, maps to <A HREF="../../../../../com/sun/syndication/feed/atom/Feed.html#getUpdated()"><CODE>getUpdated()</CODE></A>). <p><P><DD><DL><DT><B>Returns:</B><DD>the feed modified date, <b>null</b> if none.</DL></DD></DL><HR><A NAME="setModified(java.util.Date)"><!-- --></A><H3>setModified</H3><PRE>public void <B>setModified</B>(java.util.Date&nbsp;modified)</PRE><DL><DD>Sets the feed modified date (Atom 0.3, maps to <CODE>setUpdated()</CODE>). <p><P><DD><DL><DT><B>Parameters:</B><DD><CODE>modified</CODE> - the feed modified date to set, <b>null</b> if none.</DL></DD></DL><HR><A NAME="getEntries()"><!-- --></A><H3>getEntries</H3><PRE>public java.util.List <B>getEntries</B>()</PRE><DL><DD>Returns the feed entries. <p><P><DD><DL><DT><B>Returns:</B><DD>a list of Entry elements with the feed entries,         an empty list if none.</DL></DD></DL><HR><A NAME="setEntries(java.util.List)"><!-- --></A><H3>setEntries</H3><PRE>public void <B>setEntries</B>(java.util.List&nbsp;entries)</PRE><DL><DD>Sets the feed entries. <p><P><DD><DL><DT><B>Parameters:</B><DD><CODE>entries</CODE> - the list of Entry elements with the feed entries to set,        an empty list or <b>null</b> if none.</DL></DD></DL><HR><A NAME="getModules()"><!-- --></A><H3>getModules</H3><PRE>public java.util.List <B>getModules</B>()</PRE><DL><DD>Returns the feed modules. <p><P><DD><DL>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -