XMLDeclarationStandalone Property

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

Syntax

ANSI (Cross Platform)
int GetXMLDeclarationStandalone();
int SetXMLDeclarationStandalone(int bXMLDeclarationStandalone); Unicode (Windows) BOOL GetXMLDeclarationStandalone();
INT SetXMLDeclarationStandalone(BOOL bXMLDeclarationStandalone);
@property (nonatomic,readwrite,assign,getter=XMLDeclarationStandalone,setter=setXMLDeclarationStandalone:) BOOL XMLDeclarationStandalone;
- (BOOL)XMLDeclarationStandalone;
- (void)setXMLDeclarationStandalone:(BOOL)newXMLDeclarationStandalone;
#define PID_XML_XMLDECLARATIONSTANDALONE 25

IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_XML_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKS_EXTERNAL int IPWORKS_CALL IPWorks_XML_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

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 C++ Edition - Version 20.0 [Build 8307]