191192193194195196197
public void visit(DocumentAttribute attribute) { if (attribute.getName().endsWith(":field") && attribute.getValue().equals(m_oldName)) { attribute.setValue(m_newName); } } }, new FileDocumentEditContext(uiFile)); }