XMLDeclarationStandalone Property

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

Object Oriented Interface

public function getXMLDeclarationStandalone();
public function setXMLDeclarationStandalone($value);

Procedural Interface

ipworks_xml_get($res, 25 );
ipworks_xml_set($res, 25, $value );

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.

This property is not available at design time.

Data Type

Boolean

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