DK11 for Python | tatukgis.pdk.TGIS_Tokenizer | Classes | Constructors | Methods | Properties
A simple tokenizer for parameters line splitting.
# Python class TGIS_Tokenizer( Object ):
→ Object
Name | Visibility | Description | |
---|---|---|---|
__init__ | public | Create tokenizer object. | |
Name | Visibility | Description | |
---|---|---|---|
CurrentToken | public | Get a token at current Result list position. | |
Eof | public | Is a token on the last Result list position. | |
Execute(str, char) | public | Do tokenizing. | |
Execute(str, char, bool) | public | Do tokenizing. | |
ExecuteEx(str) | public | Do tokenizing of simple stream like "aaaa","aaaa",123,"aaaa". | |
ExecuteEx(str, char) | public | Do tokenizing of simple stream like "aaaa","aaaa",123,"aaaa". | |
ExecuteEx(str, char, char) | public | Do tokenizing of simple stream like "aaaa","aaaa",123,"aaaa". | |
MoveFirst | public | Move to the first token of Result list. | |
MoveNext | public | Move to the next token of Result list. | |
Name | Visibility | Description | |
---|---|---|---|
CurrentIndex | public | Current index value. | |
Result | public | String list on which each element represent each token. | |