localName(forName:)
Returns the local name from the specified qualified name.
Declaration
class func localName(forName name: String) -> StringParameters
- name:
A string that is a qualified name.
Discussion
For example, if the qualified name is “bst:title”, this method returns “title”.