Make attributes hidden.
void makeHidden(List<String> attributes) { _runtimeHidden.addAll(attributes); _runtimeVisible.removeAll(attributes); }