prefix property

prefix property

Returns the namespace prefix of the specified element, or null if no prefix is specified.

Remarks

Reference:

DOM Standard.

Definition:

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

See Also