RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLDocument.StandAlone Property

Indicates whether the XML document includes any external markup declarations.

Pascal
property StandAlone: DOMString;
C++
__property DOMString StandAlone;

StandAlone is the value of the stand-alone attribute on the document type declaration of the XML document. StandAlone has a value of 'yes' or 'no'. 

When StandAlone is 'yes', the document contains no external markup declarations. It may, however, still contain references to external entities, as long as they are not declarations. 

When StandAlone is 'no', the document may or may not contain external markup declarations. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!