isPrivate property

bool isPrivate
getter/setter pair

Whether this parser's output should be kept private.

If true, the parser's result will be used internally but not included in the final output returned to the user. This is useful for parsers that extract intermediate data needed by other parsers.

Defaults to false (public).

Implementation

bool isPrivate = false;