LangTag.ExtModuleFuncs

Fields

Name

Type

Access

Description

create_data

LangTag.ExtModuleDataNewFunc

r/w

A callback function to create a new instance of LangTag.ExtModuleData for the module.

get_singleton

LangTag.ExtModuleSingletonFunc

r/w

A callback function to obtain the singleton character that are supposed in the module.

get_tag

LangTag.ExtModuleGetTagFunc

r/w

A callback function to obtain the tag string.

parse_tag

LangTag.ExtModuleParseFunc

r/w

A callback function to parse a tag.

precheck_tag

LangTag.ExtModulePrecheckFunc

r/w

A callback function to check tags prior to parse subtags.

validate_tag

LangTag.ExtModuleValidateFunc

r/w

A callback function to validate the tag.

Methods

None

Details

class LangTag.ExtModuleFuncs

The LangTag.ExtModuleFuncs struct is a callback collection to provide an accessor between #lt_extension_t and LangTag.ExtModule and extend features.