Hi! JXPathContext.getPointer(), javadoc: "Traverses the xpath and returns a Pointer. A Pointer provides easy access to a property. If the xpath matches no properties in the graph, the pointer will be null."
Well, this seem not to (always?) be true. I have to check for pointer.getNode() whether it is null but the pointer itself is not null...
