public class GBFFilter extends Object implements SourceFilter
The GNU Lesser General Public License for details.| Modifier and Type | Field and Description |
|---|---|
private static String |
SEPARATORS |
| Constructor and Description |
|---|
GBFFilter() |
| Modifier and Type | Method and Description |
|---|---|
GBFFilter |
clone()
This needs to be declared here so that it is visible as a method on a
derived Filter.
|
private List<Tag> |
parseTags(Book book,
Key key,
String aRemains)
Turn the string into a list of tags in the order that they appear in the
original string.
|
List<org.jdom2.Content> |
toOSIS(Book book,
Key key,
String plain)
Converter from plain (encoded) text to OSIS data
|
private static final String SEPARATORS
public List<org.jdom2.Content> toOSIS(Book book, Key key, String plain)
SourceFiltertoOSIS in interface SourceFilterbook - the bookkey - The key for the textplain - The encoded textpublic GBFFilter clone()
SourceFilterclone in interface SourceFilterclone in class Object