Package org.languagetool.markup
Class TextPart
java.lang.Object
org.languagetool.markup.TextPart
A part of a text with markup, either plain text (to be checked by LanguageTool),
or markup (to be ignored by LanguageTool).
- Since:
- 2.3
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
part
-
typ
-
-
Constructor Details
-
TextPart
TextPart(String part, TextPart.Type typ)
-
-
Method Details
-
getPart
String getPart() -
getType
TextPart.Type getType() -
toString
-