setURI:

Sets the URI of the receiver. レシーバのURIを設定します。

Declaration 宣言

- (void)setURI:(NSString *)URI

Parameters パラメータ

URI

The URI to associate with the receiver. A URI (Universal Resource Identifier) is a scheme such as “http” or “ftp” followed by a colon character, and then a scheme-specific part. レシーバと結びつけることになるURI。URI (Universal Resource Identifier) は、あるスキームです、たとえば “http” または “ftp” にコロン文字、そしてそれからスキーム特有の部分が続くような。

Overview 概要

The receiver must be an NSXMLElement or NSXMLDocument document, or an attribute (that is, anNSXMLNode object of type NSXMLAttributeKind). For documents it is the URI of document origin. レシーバは、NSXMLElementまたはNSXMLDocumentドキュメント、またはある属性(すなわち、型NSXMLAttributeKindNSXMLNodeオブジェクト)でなければなりません。ドキュメントに対してそれはドキュメント原点のURIです。

See Also 参照

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