public static prefix(qualifiedName as String) as String:
Returns the part before the first namespace separator.
| Parameter | Description |
|---|---|
qualifiedName | Qualified name to inspect, or null. |
Prefix, or null when the name is null or has no separator.
print(XMLNames.prefix("books:title")) # books