public class Html2TextConverter extends HTMLEditorKit.ParserCallback
IMPLIED| Constructor and Description |
|---|
Html2TextConverter(String input)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getText()
Returns the converted value.
|
void |
handleText(char[] data,
int pos) |
flush, handleComment, handleEndOfLineString, handleEndTag, handleError, handleSimpleTag, handleStartTagpublic Html2TextConverter(String input)
input - input textpublic void handleText(char[] data,
int pos)
handleText in class HTMLEditorKit.ParserCallbackpublic String getText()
Copyright © 2020. All rights reserved.