<AHREF="../../../../../com/sun/syndication/io/impl/Atom03Generator.html"title="class in com.sun.syndication.io.impl"><B>PREV CLASS</B></A>
<AHREF="../../../../../com/sun/syndication/io/impl/Atom10Generator.html"title="class in com.sun.syndication.io.impl"><B>NEXT CLASS</B></A></FONT></TD>
<AHREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">java.lang.Object</A>
<IMGSRC="../../../../../resources/inherit.gif"ALT="extended by "><AHREF="../../../../../com/sun/syndication/io/impl/BaseWireFeedParser.html"title="class in com.sun.syndication.io.impl">com.sun.syndication.io.impl.BaseWireFeedParser</A>
<IMGSRC="../../../../../resources/inherit.gif"ALT="extended by "><B>com.sun.syndication.io.impl.Atom03Parser</B>
</PRE>
<DL>
<DT><B>All Implemented Interfaces:</B><DD><AHREF="../../../../../com/sun/syndication/io/WireFeedParser.html"title="interface in com.sun.syndication.io">WireFeedParser</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public class <B>Atom03Parser</B><DT>extends <AHREF="../../../../../com/sun/syndication/io/impl/BaseWireFeedParser.html"title="class in com.sun.syndication.io.impl">BaseWireFeedParser</A></DL>
<TD><CODE><B><AHREF="../../../../../com/sun/syndication/io/impl/Atom03Parser.html#Atom03Parser(java.lang.String, org.jdom.Namespace)">Atom03Parser</A></B>(<AHREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</A> type,
<CODE>protected <AHREF="../../../../../com/sun/syndication/feed/WireFeed.html"title="class in com.sun.syndication.feed">WireFeed</A></CODE></FONT></TD>
<THALIGN="left"><B>Methods inherited from class com.sun.syndication.io.impl.<AHREF="../../../../../com/sun/syndication/io/impl/BaseWireFeedParser.html"title="class in com.sun.syndication.io.impl">BaseWireFeedParser</A></B></TH>
<THALIGN="left"><B>Methods inherited from class java.lang.<AHREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</A></B></TH>
</TR>
<TRBGCOLOR="white"CLASS="TableRowColor">
<TD><CODE><AHREF="http://docs.oracle.com/javase/1.5.0/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/1.5.0/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/1.5.0/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/1.5.0/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/1.5.0/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/1.5.0/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/1.5.0/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/1.5.0/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/1.5.0/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/1.5.0/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/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long, int)"title="class or interface in java.lang">wait</A></CODE></TD>
protected <B>Atom03Parser</B>(<AHREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</A> type,
public boolean <B>isMyType</B>(org.jdom.Document document)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><AHREF="../../../../../com/sun/syndication/io/WireFeedParser.html#isMyType(org.jdom.Document)">WireFeedParser</A></CODE></B></DD>
<DD>Inspects an XML Document (JDOM) to check if it can parse it.
<p>
It checks if the given document if the type of feeds the parser understands.
<p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>document</CODE> - XML Document (JDOM) to check if it can be parsed by this parser.
<DT><B>Returns:</B><DD><b>true</b> if the parser know how to parser this feed, <b>false</b> otherwise.</DL>
public <AHREF="../../../../../com/sun/syndication/feed/WireFeed.html"title="class in com.sun.syndication.feed">WireFeed</A><B>parse</B>(org.jdom.Document document,
boolean validate)
throws <AHREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/IllegalArgumentException.html?is-external=true"title="class or interface in java.lang">IllegalArgumentException</A>,
<AHREF="../../../../../com/sun/syndication/io/FeedException.html"title="class in com.sun.syndication.io">FeedException</A></PRE>
<DL>
<DD><B>Description copied from interface: <CODE><AHREF="../../../../../com/sun/syndication/io/WireFeedParser.html#parse(org.jdom.Document, boolean)">WireFeedParser</A></CODE></B></DD>
<DD>Parses an XML document (JDOM Document) into a feed bean.
<p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>document</CODE> - XML document (JDOM) to parse.<DD><CODE>validate</CODE> - indicates if the feed should be strictly validated (NOT YET IMPLEMENTED).
<DT><B>Returns:</B><DD>the resulting feed bean.
<DT><B>Throws:</B>
<DD><CODE><AHREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/IllegalArgumentException.html?is-external=true"title="class or interface in java.lang">IllegalArgumentException</A></CODE> - thrown if the parser cannot handle the given feed type.
<DD><CODE><AHREF="../../../../../com/sun/syndication/io/FeedException.html"title="class in com.sun.syndication.io">FeedException</A></CODE> - thrown if a feed bean cannot be created out of the XML document (JDOM).</DL>
protected <AHREF="../../../../../com/sun/syndication/feed/WireFeed.html"title="class in com.sun.syndication.feed">WireFeed</A><B>parseFeed</B>(org.jdom.Element eFeed)</PRE>
<AHREF="../../../../../com/sun/syndication/io/impl/Atom03Generator.html"title="class in com.sun.syndication.io.impl"><B>PREV CLASS</B></A>
<AHREF="../../../../../com/sun/syndication/io/impl/Atom10Generator.html"title="class in com.sun.syndication.io.impl"><B>NEXT CLASS</B></A></FONT></TD>