| Interface | Description |
|---|---|
| EncodedStringReader | |
| 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.
|
| WordFilterProcessor |
| Class | Description |
|---|---|
| BracketsParser | |
| EncodedStringNavigator |
This class will navigate through the given text, this text is supposed to be
encoded in more than one codec format, the supported formats can be tested,
and the text read can be converted according to the supplied code.
|
| EnvelopTockenizer | |
| HTMLFileWriter | |
| MultiTextPatternTockenizer | |
| MultiTextTokenizer | |
| SimpleStringNavigator | |
| SMYLDCodedContent | |
| SMYLDKeybConvertPlaneDoc | |
| 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
|
| Text |
This class will extend the String class methodes to facilitate the text
processing, although that String and StringBuffer classes are final, they
will be used as instances to get used from the already provided
functionality.
|
| 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
|
| TextUtil | |
| TextUtilInstance | |
| WordFilter |
Copyright © 2019 SMYLD. All rights reserved.