JcrName
559560561562563564565566
* @throws RepositoryException */ protected String getAttribute(Map<String, String> attributes, InternalQName name) throws RepositoryException { JCRName jname = locationFactory.createJCRName(name); return attributes.get(jname.getAsString()); }