xml_declaration_standalone Property

This property indicates whether the standalone attribute is present in the declaration with a value of true.

Syntax

def get_xml_declaration_standalone() -> bool: ...
def set_xml_declaration_standalone(value: bool) -> None: ...

xml_declaration_standalone = property(get_xml_declaration_standalone, set_xml_declaration_standalone)

Default Value

TRUE

Remarks

This property indicates whether the standalone attribute is present in the declaration with a value of true.

This may be set before writing a document. The default value is "true".

This is only applicable when writing XML.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Python Edition - Version 20.0 [Build 8307]