Searched refs:withNamespace (Results 1 – 2 of 2) sorted by relevance
17 assertSame(name, name.withNamespace(null)); in testPropertyName()24 PropertyName newName = name.withNamespace(""); in testPropertyName()34 newName = name.withNamespace("ns"); in testPropertyName()
140 public PropertyName withNamespace(String ns) { in withNamespace() method in PropertyName