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

XMLString

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

Declaration 宣言

@property(readonly, copy) NSString *XMLString;

Discussion 議論

The returned string includes the string representations of all children. This method invokes XMLStringWithOptions: with an options argument of NSXMLNodeOptionsNone. 返される文字列は、全ての子の文字列表現を含みます。このメソッドは、XMLStringWithOptions:を、options引数をNSXMLNodeOptionsNoneで発動します。

See Also 参照

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