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

xPath

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

Declaration 宣言

var xPath: String? { get }

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 nodes(forXPath:) and objects(forXQuery:constants:) methods. 例えば、このメソッドはある文字列、たとえば “foo/bar[2]/baz” などを返すかもしれません。このメソッドの結果は、直接にnodes(forXPath:)objects(forXQuery:constants:)メソッドで使用できます。

See Also 参照

Executing Queries クエリを遂行する