XElement (property)

The name of the current element.

Syntax

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

Default Value

""

Remarks

This property contains the name of the current element. 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]