Function MimeType.XMLnamespaces
Get XML namespaces associated with this XML-based MIME type.
const(std .typecons .Tuple!(string,"namespaceURI",string,"localName"))[] XMLnamespaces() pure nothrow @nogc @safe const;
Get XML namespaces associated with this XML-based MIME type.
const(std .typecons .Tuple!(string,"namespaceURI",string,"localName"))[] XMLnamespaces() pure nothrow @nogc @safe const;