IPWorks MQ 2020 Python Edition

Questions / Feedback?

build_dom Property

When True, an internal object model of the JSON 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 this property to True when you need to browse the current document through x_path.

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