reference.resolvePhysicalIndex().getBytes().length;
int contentCost = reference.resolveString().getBytes().length;
accumulator.addShared(reference.resolveLogicalIndex(),
referenceCost, contentCost);
} catch (DissectionException e) {
throw new WBSAXException(e);
}
}