Class TagExtractor
java.lang.Object
com.optimaize.langdetect.cybozu.util.TagExtractor
TagExtractor
is a class which extracts inner texts of specified tag.
Users don't use this class directly.-
Field Summary
FieldsModifier and TypeFieldDescription(package private) StringBuilder
private int
(package private) String
(package private) String
private static final TextObjectFactory
(package private) int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
textObjectFactory
-
target_
String target_ -
threshold_
int threshold_ -
buf_
StringBuilder buf_ -
tag_
String tag_ -
count_
private int count_
-
-
Constructor Details
-
TagExtractor
-
-
Method Details
-
count
public int count() -
clear
public void clear() -
setTag
-
add
-
closeTag
-
isSpace
private boolean isSpace()
-