Instance Property インスタンスプロパティ

xmlString

Returns the string representation of the receiver as it would appear in an XML document. レシーバの文字列表現を返します、それがXML書類において現れるのと同じに。

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. 返される文字列は、全ての子の文字列表現を含みます。このメソッドは、xmlString(options:)を、options引数をNSXMLNodeOptionsNoneで発動します。

See Also 参照

Emitting Node Content ノード内容を発行する