klyn.io.xml.dom.XMLNames.localName
method
public static localName(qualifiedName as String) as String:
Description

Returns the part after the first namespace separator.

Parameters
ParameterDescription
qualifiedNameQualified name to inspect, or null.
Returns

Local name, the unqualified input, or an empty string for null.

Example
print(XMLNames.localName("books:title"))  # title