XText (property)

The text of the current element.

Syntax

@property (nonatomic,readwrite,assign,getter=XText,setter=setXText:) NSString* XText;
- (NSString*)XText;
- (void)setXText:(NSString*)newXText;
public var XText: String {
  get {...}
set {...} }

Default Value

""

Remarks

This property contains the text of the current element. The current element is specified via the XPath property.

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