Macro html5ever::expanded_name []

macro_rules! expanded_name {
    ( "" , $ local : tt ) => { ... };
    (
$ ns : ident $ local : tt ) => { ... };
}