This class returns tokens using non-alphanumberic characters as delimiters. More...
#include <ElemNumber.hpp>
This class returns tokens using non-alphanumberic characters as delimiters.
Definition at line 436 of file ElemNumber.hpp.
Definition at line 440 of file ElemNumber.hpp.
ElemNumber::NumberFormatStringTokenizer::NumberFormatStringTokenizer | ( | const XalanDOMString & | theString | ) |
Construct a NumberFormatStringTokenizer.
theString | string to tokenize |
size_type ElemNumber::NumberFormatStringTokenizer::countTokens | ( | ) | const |
Count the number of tokens yet to be parsed.
bool ElemNumber::NumberFormatStringTokenizer::hasMoreTokens | ( | ) | const [inline] |
Determine if there are tokens remaining.
Definition at line 481 of file ElemNumber.hpp.
void ElemNumber::NumberFormatStringTokenizer::nextToken | ( | XalanDOMString & | theToken | ) |
Retrieve the next token to be parsed.
theToken | The next token string |
void ElemNumber::NumberFormatStringTokenizer::reset | ( | ) | [inline] |
Reset tokenizer so that nextToken() starts from the beginning.
Definition at line 461 of file ElemNumber.hpp.
void ElemNumber::NumberFormatStringTokenizer::setString | ( | const XalanDOMString & | theString | ) |
Sets the string to tokenize.
theString | new string to tokenize |
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|