StringMultiTokenizerList Class (console safe)
StringMultiTokenizerList is a high speed string parser which parses a string on the fly. This version of the Tokenizer can take a set of possible delimiters, allowing for many possible delimiters.
(Because of this flexibility to work with multiple delimiters then this version of the Tokenizer is slower than its cousins, the
StringTokenizerList and the
StringTokenzierArray)
Object
StringMultiTokenizerList
Constructors
Properties
HasMoreTokens (console safe) | Use this property to check if there are more tokens. |
Methods
GetNext (console safe) | Use to get next item from the StringMultiTokenizerList. |
HasNext (console safe) | Use to get info if there are more items in the StringMultiTokenizerList. |
MoveFirst (console safe) | Use this method to set the Tokenizer back to its initial position. |
NextToken (console safe) | Use this method to get the next token from the StringTokenizerList class. |
PeekNext (console safe) | Use this function to peek at next item from the StringMultiTokenizerList without causing iteration. |
SkipTokens (console safe) | Use this method to skip one or more of the next tokens from the list. |
Supported Platforms:
MacOS X CarbonMacOS X Cocoa 32 bitMacOS X Cocoa 64 bitWindows 32 bitWindows 64 bitLinux 32 bitLinux 64 bitLinux ARM