Provide the ClusterId as a path. The form of the string returned is:
The value of ptr.asPath()
will look something like "/departments[2]/employees[3]"
, so, basically, it represents the concrete location(s) of the result of a search performed by JXPath. If an object in the pointer's path is a Dynamic Property object (like a Map), the asPath method generates an XPath that looks like this: " /departments[@name = 'HR']/employees[3]"
.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|