XMLDeclarationStandalone (property)

This property indicates whether the standalone attribute is present in the declaration with a value of true.

Syntax

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

Default Value

TRUE

Remarks

This property indicates whether the standalone attribute is present in the declaration with a value of true.

This may be set before writing a document. The default value is "true".

This is only applicable when writing XML.

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