getPointer(xpath).getNode()
. Note that this method produces the same result as getValue()
on object models like JavaBeans, but a different result for DOM/JDOM etc., because it returns the Node itself, rather than its textual contents.
@param xpath the xpath to be evaluated
@return the found object
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|