| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.Reader
org.eclipse.datatools.sqltools.common.ui.util.SingleCharReader
org.eclipse.datatools.sqltools.common.ui.util.SubstitutionTextReader
org.eclipse.datatools.sqltools.common.ui.util.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.datatools.sqltools.common.ui.util.SubstitutionTextReader | 
|---|
| close, ready, reset | 
| Methods inherited from class org.eclipse.datatools.sqltools.common.ui.util.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)
reader - the readerpresentation - If not null, formattings will be applied to the presentation.| Method Detail | 
|---|
public int read()
         throws java.io.IOException
read in class SubstitutionTextReaderjava.io.IOExceptionReader.read()| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||