| Package | Description |
|---|---|
| org.smyld.deploy.web.jnlp | |
| org.smyld.text |
| Class | Description |
|---|---|
| HTMLFileWriter |
| Class | Description |
|---|---|
| EncodedStringReader | |
| MultiTextTokenizer | |
| StringNavigator |
This class will navigate through given text in serial order and will provide
all the necessary methodes for reading the given text in parts
|
| StringReader |
This interface will work like the filter for the methods provided by String
Navigator class, to let other objects to access the class for read purpose
only and navigate through it without the ability to change any thing in the
contents.
|
| TextDecoder |
This class will decode the text (i.e.
|
| TextTokenizer |
This class will tokenize the text, according to the provided delimiter, it
extends String Tokenizer class and add the functionality of returning the
tokens as array of strings
|
| WordFilterProcessor |
Copyright © 2019 SMYLD. All rights reserved.