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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetContent(String str) 获取富文本内容getText()voidhandleText(char[] text, int pos) voidMethods 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:
handleTextin classHTMLEditorKit.ParserCallback
-
getText
-