xpath property

FieldIncludeText.xpath property

Gets or sets XPath for the desired portion of the XML file.

@property
def xpath(self) -> str:
    ...

@xpath.setter
def xpath(self, value: str):
    ...

See Also