vxml_pipeline/desugarers/handles_grand_wrapper_generate_dictionary

Values

pub fn constructor(param: String) -> core.Desugarer

Traverses the tree. Accepts handle attrs in either form:

handle=<name>

handle=<name> <<value>>

Wraps the root in GrandWrapper and moves handle definitions into structured Handle children carrying name, decorators, page, value, id, and path attributes. Decorators are preserved without interpretation except for deriving page.

Leaves id attrs in place and does not add id attrs to GrandWrapper.

pub const name: String
Search Document