x_namespace Property

The namespace of the element pointed to by XPath .

Syntax

def get_x_namespace() -> str: ...

x_namespace = property(get_x_namespace, None)

Default Value

""

Remarks

The corresponding namespace prefix is provided by x_prefix.

This property is read-only.

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