xml_encoding property

xml_encoding property

An attribute specifying, as part of the text declaration, the encoding of this entity, when it is an external parsed entity. This is null otherwise.

Definition:

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

See Also