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

objectValue

Returns the object value of the receiver. レシーバのオブジェクト値を返します。

Declaration 宣言

@property(retain) id objectValue;

Return Value 戻り値

The object value of the receiver, which may be the same as the value returned by stringValue. For nodes without content (for example, document nodes), this method returns the string value, or an empty string if there is no string value. レシーバのオブジェクト値、それはstringValueによって返される値と同じかもしれません。内容無しでのノードに対して(例えば、書類ノード)、このメソッドは文字列値を返します、または空文字列、もし文字列値がないならば。

See Also 参照

Managing XML Node Objects XMLノードオブジェクトを管理する