create_attribute_ns method

create_attribute_ns

Creates an attribute of the given qualified name and namespace URI.

Returns

The Attr.

def create_attribute_ns(self, namespace_uri, qualified_name):
    ...
ParameterTypeDescription
namespace_uristrThe namespace URI.
qualified_namestrName of the qualified.

See Also