}
// Javadoc inherited.
public TransTable createTransTable(Element table, DOMProtocol protocol) {
TransTable transTable = new XHTMLFullTransTable(table, protocol);
transTable.setFactory(new XHTMLFullTransFactory(
protocol.getProtocolConfiguration()));
return transTable;
}