MarkupCollectType#

class MarkupCollectType#

A mixed enumerated type and flags field. You must specify one type (string, strdup, boolean, tristate). Additionally, you may optionally bitwise OR the type with the flag OPTIONAL.

It is likely that this enum will be extended in the future to support other types.

Fields#

class MarkupCollectType
BOOLEAN#

The type of the None singleton.

INVALID#

The type of the None singleton.

OPTIONAL#

The type of the None singleton.

STRDUP#

The type of the None singleton.

STRING#

The type of the None singleton.

TRISTATE#

The type of the None singleton.