org.jasig.portal.tools.dbloader
Class DomUtils
java.lang.Object
org.jasig.portal.tools.dbloader.DomUtils
class DomUtils
- extends java.lang.Object
Utility class centralizing various DOM related functions used during
loading of the database.
- Version:
- $Revision: 1.3 $
- Author:
- Ken Weiner, kweiner@unicon.net, Mark Boyd
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DomUtils
DomUtils()
replaceDataTypes
static void replaceDataTypes(Configuration config,
org.w3c.dom.Document tablesDoc)
getNodeValue
private static java.lang.String getNodeValue(org.w3c.dom.Node node)
getTableWithName
private static org.w3c.dom.Element getTableWithName(org.w3c.dom.Document tablesDoc,
java.lang.String tableName)
getJavaSqlDataTypeOfColumn
static int getJavaSqlDataTypeOfColumn(Configuration config,
java.lang.String tableName,
java.lang.String columnName)
getFirstChildWithName
private static org.w3c.dom.Element getFirstChildWithName(org.w3c.dom.Element parent,
java.lang.String name)