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>|<id>
Wraps the root in GrandWrapper and moves handle definitions there as:
handle=<name>|<#page>|<value>|<id>|<path>
Leaves id attrs in place and does not add id attrs to GrandWrapper.