Contents

xmlString

Returns the string representation of the receiver as it would appear in an XML document.

Declaration

var xmlString: String { get }

Discussion

The returned string includes the string representations of all children. This method invokes xmlString(options:) with an options argument of NSXMLNodeOptionsNone.

See Also

Emitting Node Content