table.nextColumn();
table.write(resources.getString(VocabularyKeys.VENDOR));
table.nextColumn();
table.write(resources.getString(VocabularyKeys.IMPLEMENTATIONS));
table.nextLine();
table.nextLine(TableWriter.DOUBLE_HORIZONTAL_LINE);
final StringBuilder vendors = new StringBuilder();
final StringBuilder implementations = new StringBuilder();
for (final Iterator<Class<?>> it=categories.iterator(); it.hasNext();) {
/*
* Writes the category name (CRSFactory, DatumFactory, etc.)