IStringParser::SkipWords

The nested class IStringParser::SkipWords skips a specified number of words in the input text without assigning those words to output strings. Use these objects when parsing text with the class IStringParser.


IStringParser::SkipWords - Member Functions and Data by Group

Constructors & Destructor

You can construct objects of this class by specifying the number of words to skip. Use in conjunction with IStringParser objects to parse the content of an IString and place portions of the string into other strings.


[view class]
SkipWords
public:
SkipWords(unsigned long numberOfWords = 1)

You can construct objects of this class by specifying the number of words to skip. The default is one word.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


Word Functions

Use these members to retrieve the number of words to skip. You set the number of words to skip in the constructor.


[view class]
numberOfWords
public:
unsigned long numberOfWords() const

Returns the number of words to skip.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


IStringParser::SkipWords - Inherited Member Functions and Data

Inherited Public Functions

Inherited Public Data

Inherited Protected Functions

Inherited Protected Data