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

XPath

Returns the XPath expression identifying the receiver’s location in the document tree. 書類ツリーにおいてレシーバのもつ位置を識別しているXPath表現を返します。

Declaration 宣言

@property(nullable, readonly, copy) NSString *XPath;

Discussion 議論

For example, this method might return a string such as “foo/bar[2]/baz”. The result of this method can be used directly in the nodesForXPath:error: and objectsForXQuery:constants:error: methods. 例えば、このメソッドはある文字列、たとえば “foo/bar[2]/baz” などを返すかもしれません。このメソッドの結果は、直接にnodesForXPath:error:objectsForXQuery:constants:error:メソッドで使用できます。

See Also 参照

Executing Queries クエリを遂行する