build_dom Property

When True, an internal object model of the XML document is created.

Syntax

def get_build_dom() -> bool: ...
def set_build_dom(value: bool) -> None: ...

build_dom = property(get_build_dom, set_build_dom)

Default Value

TRUE

Remarks

Set build_dom to True when you need to browse the current document through x_path.

validate is automatically set to True when build_dom is set to True.

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