x_prefix Property

The prefix of the current element.

Syntax

def get_x_prefix() -> str: ...
def set_x_prefix(value: str) -> None: ...

x_prefix = property(get_x_prefix, set_x_prefix)

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]