XPrefix (property)

The prefix of the current element.

Syntax

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

Default Value

""

Remarks

The current element is specified via the XPath property.

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