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 ItemDescription
Is DoneIndicates if there is more template to read.
NextReads the next character from a template.