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

uri

Returns the URI associated with the receiver. レシーバと結びつけられたURIを返します。

Declaration 宣言

var uri: String? { get set }

Discussion 議論

A node’s URI is derived from its namespace or a document’s URI; for documents, the URI comes either from the parsed XML or is explicitly set. You cannot change the URI for a particular node other for than a namespace or document node. ノードのもつURIは、それの名前空間または書類のもつURIから引き出されます;例えば、URIは構文解析されたXMLからまたは明示的に設定されるのどちらかの産物です。あなたは、特定のノードに対するURIを、名前空間または書類ノードに対してより他には変更できません。

See Also 参照

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

Related Documentation 関連文書