org.specrunner.util.xom.node
Class UtilTable

java.lang.Object
  extended by org.specrunner.util.xom.node.UtilTable

public final class UtilTable
extends Object

Table utility class.

Author:
Thiago Santos

Method Summary
static boolean isTable(nu.xom.Node node)
          Check if a node is a table.
static TableAdapter newTable(nu.xom.Node node)
          Creates a table adapter for the given node.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isTable

public static boolean isTable(nu.xom.Node node)
Check if a node is a table.

Parameters:
node - The node.
Returns:
true, if is a table, false, otherwise.

newTable

public static TableAdapter newTable(nu.xom.Node node)
Creates a table adapter for the given node.

Parameters:
node - The node.
Returns:
The adapter.


Copyright © 2015. All rights reserved.