vxml_pipeline/desugarers/handles_grand_wrapper_generate_dictionary
Values
pub fn assertive_tests() -> testing.AssertiveTestCollection
pub fn constructor(param: String) -> core.Desugarer
Traverses the tree. Expects handle attrs to be in the form:
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.