public final class UtilTable extends Object
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static boolean isTable(nu.xom.Node node)
node - The node.public static TableAdapter newTable(nu.xom.Node node)
node - The node.Copyright © 2016. All rights reserved.