ValidationStack

A simple document validation stack. Node names on every non-empty starting nodes are pushed here, then on every ending node the top is popped then compared with the name.

Members

Functions

pop
bool pop(StringType input)

Pops a name from the top, then compared with the input.

push
void push(StringType input)

Pushes a name to the top.

Variables

stack
StringType[] stack;
Undocumented in source.

Meta