[][src]Macro html5ever::ns

macro_rules! ns {
    (  ) => { ... };
    ( * ) => { ... };
    (
html ) => { ... };
    ( xml ) => { ... };
    ( xmlns ) => { ... };
    ( xlink ) => { ... };
    ( svg ) => { ... };
    ( mathml ) => { ... };
}

Maps the input of namespace_prefix! to the output of namespace_url!.