XParent (property)

The parent of the element pointed to by XPath .

Syntax

@property (nonatomic,readonly,assign,getter=XParent) NSString* XParent;
- (NSString*)XParent;
public var XParent: String {
  get {...}
}

Default Value

""

Remarks

If XPath points to the top element, XParent is an empty string.

This property is read-only.

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