|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.Reader
org.eclipse.cdt.debug.internal.ui.SingleCharReader
org.eclipse.cdt.debug.internal.ui.SubstitutionTextReader
org.eclipse.cdt.debug.internal.ui.HTML2TextReader
public class HTML2TextReader
Reads the text contents from a reader of HTML contents and translates the tags or cut them out.
Constructor Summary | |
---|---|
HTML2TextReader(java.io.Reader reader,
org.eclipse.jface.text.TextPresentation presentation)
Transforms the html text from the reader to formatted text. |
Method Summary | |
---|---|
int |
read()
|
Methods inherited from class org.eclipse.cdt.debug.internal.ui.SubstitutionTextReader |
---|
close, ready, reset |
Methods inherited from class org.eclipse.cdt.debug.internal.ui.SingleCharReader |
---|
getString, read |
Methods inherited from class java.io.Reader |
---|
mark, markSupported, read, read, skip |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HTML2TextReader(java.io.Reader reader, org.eclipse.jface.text.TextPresentation presentation)
presentation
- If not null
, formattings will be applied to
the presentation.Method Detail |
---|
public int read() throws java.io.IOException
read
in class SubstitutionTextReader
java.io.IOException
Reader.read()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |