Macro html5ever_atoms::namespace_prefix [] [src]

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