xml_version property

xml_version property

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

Definition:

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

See Also