Package com.luna.common.text
Class Html2Text
java.lang.Object
javax.swing.text.html.HTMLEditorKit.ParserCallback
com.luna.common.text.Html2Text
HTML 解析标签文字
- Author:
- luna
-
Field Summary
Fields inherited from class javax.swing.text.html.HTMLEditorKit.ParserCallback
IMPLIED
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getContent
(String str) 获取富文本内容getText()
void
handleText
(char[] text, int pos) void
Methods inherited from class javax.swing.text.html.HTMLEditorKit.ParserCallback
flush, handleComment, handleEndOfLineString, handleEndTag, handleError, handleSimpleTag, handleStartTag
-
Constructor Details
-
Html2Text
public Html2Text()
-
-
Method Details
-
getContent
获取富文本内容- Parameters:
str
-- Returns:
-
parse
-
handleText
public void handleText(char[] text, int pos) - Overrides:
handleText
in classHTMLEditorKit.ParserCallback
-
getText
-