x_namespace Property

The namespace of the current element.

Syntax

def get_x_namespace() -> str: ...
def set_x_namespace(value: str) -> None: ...

x_namespace = property(get_x_namespace, set_x_namespace)

Default Value

""

Remarks

The current element is specified via the x_path property.

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