XNamespace (property)

The namespace of the current element.

Syntax

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

Default Value

""

Remarks

The current element is specified via the XPath property.

This property is read-only.

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