buildDOM (property)

When True, an internal object model of the JSON document is created.

Syntax

@property (nonatomic,readwrite,assign,getter=buildDOM,setter=setBuildDOM:) BOOL buildDOM;
- (BOOL)buildDOM;
- (void)setBuildDOM:(BOOL)newBuildDOM;
public var buildDOM: Bool {
  get {...}
set {...} }

Default Value

TRUE

Remarks

Set this property to True when you need to browse the current document through XPath.

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