// ACL details.
else if (name.equals("ID")) {
currentGrantee = new CanonicalGrantee();
currentGrantee.setIdentifier(elementText);
} else if (name.equals("EmailAddress")) {
currentGrantee = new EmailAddressGrantee();
currentGrantee.setIdentifier(elementText);
} else if (name.equals("URI")) {
currentGrantee = new GroupGrantee();
currentGrantee.setIdentifier(elementText);
} else if (name.equals("DisplayName")) {