<DT><PRE>public class <B>SyndFeedInput</B><DT>extends <AHREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</A></DL>
<CODE> <AHREF="../../../../com/sun/syndication/feed/synd/SyndFeed.html"title="interface in com.sun.syndication.feed.synd">SyndFeed</A></CODE></FONT></TD>
<TD><CODE><B><AHREF="../../../../com/sun/syndication/io/SyndFeedInput.html#build(org.w3c.dom.Document)">build</A></B>(<AHREF="http://docs.oracle.com/javase/6/docs/api/org/w3c/dom/Document.html?is-external=true"title="class or interface in org.w3c.dom">Document</A> document)</CODE>
<CODE> <AHREF="../../../../com/sun/syndication/feed/synd/SyndFeed.html"title="interface in com.sun.syndication.feed.synd">SyndFeed</A></CODE></FONT></TD>
<CODE> <AHREF="../../../../com/sun/syndication/feed/synd/SyndFeed.html"title="interface in com.sun.syndication.feed.synd">SyndFeed</A></CODE></FONT></TD>
<TD><CODE><B><AHREF="../../../../com/sun/syndication/io/SyndFeedInput.html#build(java.io.File)">build</A></B>(<AHREF="http://docs.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true"title="class or interface in java.io">File</A> file)</CODE>
<CODE> <AHREF="../../../../com/sun/syndication/feed/synd/SyndFeed.html"title="interface in com.sun.syndication.feed.synd">SyndFeed</A></CODE></FONT></TD>
<TD><CODE><B><AHREF="../../../../com/sun/syndication/io/SyndFeedInput.html#build(org.xml.sax.InputSource)">build</A></B>(<AHREF="http://docs.oracle.com/javase/6/docs/api/org/xml/sax/InputSource.html?is-external=true"title="class or interface in org.xml.sax">InputSource</A> is)</CODE>
<CODE> <AHREF="../../../../com/sun/syndication/feed/synd/SyndFeed.html"title="interface in com.sun.syndication.feed.synd">SyndFeed</A></CODE></FONT></TD>
<TD><CODE><B><AHREF="../../../../com/sun/syndication/io/SyndFeedInput.html#build(java.io.Reader)">build</A></B>(<AHREF="http://docs.oracle.com/javase/6/docs/api/java/io/Reader.html?is-external=true"title="class or interface in java.io">Reader</A> reader)</CODE>
<THALIGN="left"><B>Methods inherited from class java.lang.<AHREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</A></B></TH>
<TD><CODE><AHREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()"title="class or interface in java.lang">clone</A>, <AHREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)"title="class or interface in java.lang">equals</A>, <AHREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()"title="class or interface in java.lang">finalize</A>, <AHREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()"title="class or interface in java.lang">getClass</A>, <AHREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()"title="class or interface in java.lang">hashCode</A>, <AHREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()"title="class or interface in java.lang">notify</A>, <AHREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()"title="class or interface in java.lang">notifyAll</A>, <AHREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()"title="class or interface in java.lang">toString</A>, <AHREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()"title="class or interface in java.lang">wait</A>, <AHREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)"title="class or interface in java.lang">wait</A>, <AHREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long, int)"title="class or interface in java.lang">wait</A></CODE></TD>
public <AHREF="../../../../com/sun/syndication/feed/synd/SyndFeed.html"title="interface in com.sun.syndication.feed.synd">SyndFeed</A><B>build</B>(<AHREF="http://docs.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true"title="class or interface in java.io">File</A> file)
throws <AHREF="http://docs.oracle.com/javase/6/docs/api/java/io/FileNotFoundException.html?is-external=true"title="class or interface in java.io">FileNotFoundException</A>,
<AHREF="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true"title="class or interface in java.io">IOException</A>,
<AHREF="http://docs.oracle.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true"title="class or interface in java.lang">IllegalArgumentException</A>,
<DD><CODE><AHREF="http://docs.oracle.com/javase/6/docs/api/java/io/FileNotFoundException.html?is-external=true"title="class or interface in java.io">FileNotFoundException</A></CODE> - thrown if the file could not be found.
<DD><CODE><AHREF="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true"title="class or interface in java.io">IOException</A></CODE> - thrown if there is problem reading the file.
<DD><CODE><AHREF="http://docs.oracle.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true"title="class or interface in java.lang">IllegalArgumentException</A></CODE> - thrown if feed type could not be
<DD><CODE><AHREF="../../../../com/sun/syndication/io/FeedException.html"title="class in com.sun.syndication.io">FeedException</A></CODE> - if the feed could not be parsed</DL>
public <AHREF="../../../../com/sun/syndication/feed/synd/SyndFeed.html"title="interface in com.sun.syndication.feed.synd">SyndFeed</A><B>build</B>(<AHREF="http://docs.oracle.com/javase/6/docs/api/java/io/Reader.html?is-external=true"title="class or interface in java.io">Reader</A> reader)
throws <AHREF="http://docs.oracle.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true"title="class or interface in java.lang">IllegalArgumentException</A>,
<DD><CODE><AHREF="http://docs.oracle.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true"title="class or interface in java.lang">IllegalArgumentException</A></CODE> - thrown if feed type could not be
<DD><CODE><AHREF="../../../../com/sun/syndication/io/FeedException.html"title="class in com.sun.syndication.io">FeedException</A></CODE> - if the feed could not be parsed</DL>
public <AHREF="../../../../com/sun/syndication/feed/synd/SyndFeed.html"title="interface in com.sun.syndication.feed.synd">SyndFeed</A><B>build</B>(<AHREF="http://docs.oracle.com/javase/6/docs/api/org/xml/sax/InputSource.html?is-external=true"title="class or interface in org.xml.sax">InputSource</A> is)
throws <AHREF="http://docs.oracle.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true"title="class or interface in java.lang">IllegalArgumentException</A>,
<DD><CODE><AHREF="http://docs.oracle.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true"title="class or interface in java.lang">IllegalArgumentException</A></CODE> - thrown if feed type could not be
<DD><CODE><AHREF="../../../../com/sun/syndication/io/FeedException.html"title="class in com.sun.syndication.io">FeedException</A></CODE> - if the feed could not be parsed</DL>
public <AHREF="../../../../com/sun/syndication/feed/synd/SyndFeed.html"title="interface in com.sun.syndication.feed.synd">SyndFeed</A><B>build</B>(<AHREF="http://docs.oracle.com/javase/6/docs/api/org/w3c/dom/Document.html?is-external=true"title="class or interface in org.w3c.dom">Document</A> document)
throws <AHREF="http://docs.oracle.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true"title="class or interface in java.lang">IllegalArgumentException</A>,
<DD><CODE><AHREF="http://docs.oracle.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true"title="class or interface in java.lang">IllegalArgumentException</A></CODE> - thrown if feed type could not be
<DD><CODE><AHREF="../../../../com/sun/syndication/io/FeedException.html"title="class in com.sun.syndication.io">FeedException</A></CODE> - if the feed could not be parsed</DL>
public <AHREF="../../../../com/sun/syndication/feed/synd/SyndFeed.html"title="interface in com.sun.syndication.feed.synd">SyndFeed</A><B>build</B>(org.jdom2.Document document)
throws <AHREF="http://docs.oracle.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true"title="class or interface in java.lang">IllegalArgumentException</A>,
<DD><CODE><AHREF="http://docs.oracle.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true"title="class or interface in java.lang">IllegalArgumentException</A></CODE> - thrown if feed type could not be
<DD><CODE><AHREF="../../../../com/sun/syndication/io/FeedException.html"title="class in com.sun.syndication.io">FeedException</A></CODE> - if the feed could not be parsed</DL>