namespace_uri property

namespace_uri property

Returns the namespace URI of the element, or null if the element is not in a namespace.

Remarks

Reference:

DOM Standard.

Definition:

@property
def namespace_uri(self):
    ...
@namespace_uri.setter
def namespace_uri(self, value):
    ...

See Also