Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
タイトル参照。GDataElement インスタンス メソッドの戻り値の違いは何ですか:
-(NSString *) XMLString;
と
-(NSString *) stringValue;
XMLString はノードの生の文字列表現を返し、stringValue は次のようなタグ内の値を返します。
<tag>this is string value</tag>.