Contents

localName(forName:)

Returns the local name from the specified qualified name.

Declaration

class func localName(forName name: String) -> String

Parameters

  • name:

    A string that is a qualified name.

Discussion

For example, if the qualified name is “bst:title”, this method returns “title”.

See Also

Related Documentation

Managing Namespaces