Contents

isStandalone

Sets a Boolean value that specifies whether the receiver represents a standalone XML document.

Declaration

var isStandalone: Bool { get set }

Parameters

  • standalone:

    True if the receiver represents a standalone XML document, False otherwise.

Discussion

A standalone document does not have an external DTD associated with it.

See Also

Managing Document Attributes