(List) PrivateAccessor.getField(details, "formats"));
// Test all the elements and their attributes.
Iterator iterator = formats.iterator();
while (iterator.hasNext()) {
Format format = (Format) iterator.next();
final String elementName = format.getFormatType().getElementName();
elementNameList.clear();
elementNameList.add(elementName);
final String[] list = getAttributes(details, elementName, formats);
//System.out.println(elementName + ": " + dumpArray(list));
doTestComputeIntersection(elementNameList, list);