Searched refs:mayMatchElement (Results 1 – 2 of 2) sorted by relevance
114 assertFalse(JsonPointer.compile("/foo").mayMatchElement()); in testProperties()116 assertTrue(JsonPointer.compile("/12").mayMatchElement()); in testProperties()
273 public boolean mayMatchElement() { return _matchingElementIndex >= 0; } in mayMatchElement() method in JsonPointer