Parse Library: 1.4 Parse Library Behavior: Formatter

Up: GEOS SDK TechDocs | Up | Prev: 1.3 Evaluator | Next: 2 Parser Functions

In order to display a token sequence, you must call the Formatter. The formatter is very straightforward. It is passed a buffer containing a token sequence; it returns a character array containing the result. The formatter makes use of the localization routines to format the result according to the local language and the user's Preferences settings.

If the token sequence consists of an error token, the formatter will generate an appropriate error string.


Up: GEOS SDK TechDocs | Up | Prev: 1.3 Evaluator | Next: 2 Parser Functions