node.getSelector(),
Collections.singletonList(node.getStringValue()),
false);
found = true;
} else if (obj instanceof SelComplexValueType) {
SelComplexValueType node = (SelComplexValueType)obj;
literal = new DefaultLiteralValue(
node.getSelector(),
node.getItemList(),
true);
found = true;
} else {
if (!found) {
continue;