Xalan-C++ API Reference
1.12.0
|
This class returns tokens using non-alphanumberic characters as delimiters. More...
#include <xalanc/XSLT/ElemNumber.hpp>
Public Types | |
typedef XalanDOMString::size_type | size_type |
Public Member Functions | |
NumberFormatStringTokenizer (const XalanDOMString &theString) | |
Construct a NumberFormatStringTokenizer. More... | |
void | setString (const XalanDOMString &theString) |
Sets the string to tokenize. More... | |
void | reset () |
Reset tokenizer so that nextToken() starts from the beginning. More... | |
void | nextToken (XalanDOMString &theToken) |
Retrieve the next token to be parsed. More... | |
bool | hasMoreTokens () const |
Determine if there are tokens remaining. More... | |
size_type | countTokens () const |
Count the number of tokens yet to be parsed. More... | |
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.
xalanc::ElemNumber::NumberFormatStringTokenizer::NumberFormatStringTokenizer | ( | const XalanDOMString & | theString | ) |
Construct a NumberFormatStringTokenizer.
theString | string to tokenize |
size_type xalanc::ElemNumber::NumberFormatStringTokenizer::countTokens | ( | ) | const |
Count the number of tokens yet to be parsed.
|
inline |
Determine if there are tokens remaining.
Definition at line 481 of file ElemNumber.hpp.
void xalanc::ElemNumber::NumberFormatStringTokenizer::nextToken | ( | XalanDOMString & | theToken | ) |
Retrieve the next token to be parsed.
theToken | The next token string |
|
inline |
Reset tokenizer so that nextToken() starts from the beginning.
Definition at line 461 of file ElemNumber.hpp.
void xalanc::ElemNumber::NumberFormatStringTokenizer::setString | ( | const XalanDOMString & | theString | ) |
Sets the string to tokenize.
theString | new string to tokenize |
Copyright © 1999-2020 The Apache Software Foundation. All Rights Reserved.
Generated on Sun May 31 2020 10:37:31 for Xalan-C++ API Reference by 1.8.17