get_Standalone()

XmlDeclaration::get_Standalone() method

Returns the value of the standalone attribute.

String System::Xml::XmlDeclaration::get_Standalone()

Return Value

Valid values are yes if all entity declarations required by the XML document are contained within the document or no if an external document type definition (DTD) is required. If a standalone attribute is not present in the XML declaration, this method returns String::Empty.

See Also