Standalone EnumerationStandalone EnumerationStandalone Enumeration
Specifies the value of the XDM serialization standalone property.
- Namespace: XmlPrime.SerializationXmlPrime.SerializationXmlPrime.Serialization
- Assembly: XmlPrime (in XmlPrime.dll)
The StandaloneStandaloneStandalone
type exposes the following members.
Members
Member | Description | |
---|---|---|
![]() | NoNoNo | Specifies that no standalone document declaration should be output. |
![]() | OmitOmitOmit | Specifies that the XML declaration MUST NOT include a standalone document declaration; this ensures that it is both an XML declaration (allowed at the beginning of a document entity) and a text declaration (allowed at the beginning of an external general parsed entity). |
![]() | YesYesYes | Specifies that a standalone document declaration should be output. |
Remarks
The StandaloneStandaloneStandalone enumeration is used in the XdmWriterSettingsXdmWriterSettingsXdmWriterSettings to set the StandaloneStandaloneStandalone property.