<AHREF="http://docs.oracle.com/javase/6/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="http://docs.oracle.com/javase/6/docs/api/java/io/Reader.html?is-external=true"title="class or interface in java.io">java.io.Reader</A>
<DT><B>All Implemented Interfaces:</B><DD><AHREF="http://docs.oracle.com/javase/6/docs/api/java/io/Closeable.html?is-external=true"title="class or interface in java.io">Closeable</A>, <AHREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Readable.html?is-external=true"title="class or interface in java.lang">Readable</A></DD>
<DT><PRE>public class <B>XmlFixerReader</B><DT>extends <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></DL>
<CODE>protected <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></CODE></FONT></TD>
<THALIGN="left"><B>Fields inherited from class java.io.<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></B></TH>
<TD><CODE><AHREF="http://docs.oracle.com/javase/6/docs/api/java/io/Reader.html?is-external=true#lock"title="class or interface in java.io">lock</A></CODE></TD>
<TD><CODE><B><AHREF="../../../../../com/sun/syndication/io/impl/XmlFixerReader.html#XmlFixerReader(java.io.Reader)">XmlFixerReader</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> in)</CODE>
<CODE> <AHREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</A></CODE></FONT></TD>
<TD><CODE><B><AHREF="../../../../../com/sun/syndication/io/impl/XmlFixerReader.html#processHtmlEntities(java.lang.String)">processHtmlEntities</A></B>(<AHREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</A> s)</CODE>
<THALIGN="left"><B>Methods inherited from class java.io.<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></B></TH>
<TD><CODE><AHREF="http://docs.oracle.com/javase/6/docs/api/java/io/Reader.html?is-external=true#read(char[])"title="class or interface in java.io">read</A>, <AHREF="http://docs.oracle.com/javase/6/docs/api/java/io/Reader.html?is-external=true#read(java.nio.CharBuffer)"title="class or interface in java.io">read</A></CODE></TD>
<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>
protected <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><B>in</B></PRE>
public <B>XmlFixerReader</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> in)</PRE>
throws <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></PRE>
<DT><B>Overrides:</B><DD><CODE><AHREF="http://docs.oracle.com/javase/6/docs/api/java/io/Reader.html?is-external=true#read()"title="class or interface in java.io">read</A></CODE> in class <CODE><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></CODE></DL>
<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></DL>
throws <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></PRE>
<DT><B>Specified by:</B><DD><CODE><AHREF="http://docs.oracle.com/javase/6/docs/api/java/io/Reader.html?is-external=true#read(char[], int, int)"title="class or interface in java.io">read</A></CODE> in class <CODE><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></CODE></DL>
<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></DL>
throws <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></PRE>
<DT><B>Overrides:</B><DD><CODE><AHREF="http://docs.oracle.com/javase/6/docs/api/java/io/Reader.html?is-external=true#skip(long)"title="class or interface in java.io">skip</A></CODE> in class <CODE><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></CODE></DL>
<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></DL>
throws <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></PRE>
<DT><B>Overrides:</B><DD><CODE><AHREF="http://docs.oracle.com/javase/6/docs/api/java/io/Reader.html?is-external=true#ready()"title="class or interface in java.io">ready</A></CODE> in class <CODE><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></CODE></DL>
<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></DL>
<DT><B>Overrides:</B><DD><CODE><AHREF="http://docs.oracle.com/javase/6/docs/api/java/io/Reader.html?is-external=true#markSupported()"title="class or interface in java.io">markSupported</A></CODE> in class <CODE><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></CODE></DL>
throws <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></PRE>
<DT><B>Overrides:</B><DD><CODE><AHREF="http://docs.oracle.com/javase/6/docs/api/java/io/Reader.html?is-external=true#mark(int)"title="class or interface in java.io">mark</A></CODE> in class <CODE><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></CODE></DL>
<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></DL>
throws <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></PRE>
<DT><B>Overrides:</B><DD><CODE><AHREF="http://docs.oracle.com/javase/6/docs/api/java/io/Reader.html?is-external=true#reset()"title="class or interface in java.io">reset</A></CODE> in class <CODE><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></CODE></DL>
<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></DL>
throws <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></PRE>
<DT><B>Specified by:</B><DD><CODE><AHREF="http://docs.oracle.com/javase/6/docs/api/java/io/Closeable.html?is-external=true#close()"title="class or interface in java.io">close</A></CODE> in interface <CODE><AHREF="http://docs.oracle.com/javase/6/docs/api/java/io/Closeable.html?is-external=true"title="class or interface in java.io">Closeable</A></CODE><DT><B>Specified by:</B><DD><CODE><AHREF="http://docs.oracle.com/javase/6/docs/api/java/io/Reader.html?is-external=true#close()"title="class or interface in java.io">close</A></CODE> in class <CODE><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></CODE></DL>
<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></DL>
public <AHREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</A><B>processHtmlEntities</B>(<AHREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</A> s)</PRE>