get_package method

get_package

Gets package by namespace uri.

Returns

Appropriate XmpPackage if package found by namespace_uri; otherwise null.

def get_package(self, namespace_uri):
    ...
Parameter Type Description
namespace_uri str Package schema uri.

Exceptions

Exception Description
ArgumentNullException Namespace URI could not be null.

See Also