public class TagExtractor extends Object
TagExtractor
is a class which extracts inner texts of specified tag.
Users don't use this class directly.Constructor and Description |
---|
TagExtractor(String tag,
int threshold) |
Modifier and Type | Method and Description |
---|---|
void |
add(String line) |
void |
clear() |
void |
closeTag(LangProfile profile) |
int |
count() |
void |
setTag(String tag) |
public TagExtractor(String tag, int threshold)
public int count()
public void clear()
public void setTag(String tag)
public void add(String line)
public void closeTag(LangProfile profile)
Copyright © 2022. All rights reserved.