Reader Controls and VIs
Owning Palette: Readers Classes, Controls, and VIs
Requires: Labstache
The Reader class is the abstract base class for any reader of a Mustache template. Objects of this class should not be directly created. Instead, a new class that inherents from the Reader class should be created.
| Class Item | Description |
|---|---|
| Is Done | Indicates if there is more template to read. |
| Next | Reads the next character from a template. |