splitQName

fnvoid splitQName(string qname, out string prefix, out string local) @safe pure nothrow

Splits a QName into its prefix and local parts.

Parameters

qnameQualified name (e.g. "ns:elem" or "elem").
prefixSet to the prefix portion (empty if no colon).
localSet to the local portion (the full name if no colon).