XMLData
Returns the XML string representation of the receiver—that is, the entire document—encapsulated in a data object.
レシーバのXML文字列表現を返します — すなわち、書類全体 — データオブジェクトの中にカプセル化されます。
Availability 有効性
Technology
- (NSData
*)XMLDataWithOptions:(NSXMLNodeOptions
)options;
options
オプション
The encoding used is based on the value returned from character
.
使われる符号化は、character
から返される値に基づきます。
XMLData