org.specrunner.util.xom.node
Interface ITableFactory

All Known Implementing Classes:
TableFactoryDefault

public interface ITableFactory

Stands for a table creator.

Author:
Thiago Santos

Method Summary
 TableAdapter newTable(nu.xom.Element node)
          Creates a table from a node.
 

Method Detail

newTable

TableAdapter newTable(nu.xom.Element node)
Creates a table from a node.

Parameters:
node - A node.
Returns:
A table adapter.


Copyright © 2015. All rights reserved.