Unknown: "+Feature.htmlEscape(tagValue);
_unknownChoice.icon = null;
_unknownChoice.value = tagValue;
return _unknownChoice;
}
private function createUnsetChoice():Choice {
var choice:Choice = new Choice();
choice.icon = null;
choice.description = "Field not set";
choice.label = "Unset";
choice.value = null;
return choice;
}
]]>