|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.enableit.db.XMLProxy
Simple utilities for constructing XML.
| Field Summary | |
static java.lang.String |
ABOUT
CVS info about this class and its current version |
static java.lang.String |
EL_COL
Column element's name. |
static java.lang.String |
EL_COL_NAME
Name of attribute holding column's name. |
static java.lang.String |
EL_COL_TYPE
Name of attribute holding column's value. |
static java.lang.String |
EL_COL_VALUE
Name of attribute holding column's value. |
static java.lang.String |
EL_ROW
Row element name. |
static java.lang.String |
EL_ROWSET
Row set element name. |
| Method Summary | |
static org.w3c.dom.Document |
getDocument(java.util.List list)
|
static org.w3c.dom.Document |
getDocument(java.sql.ResultSet rs)
Convert a SQL result set into an XML representation. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String EL_ROWSET
public static final java.lang.String EL_ROW
public static final java.lang.String EL_COL
public static final java.lang.String EL_COL_NAME
public static final java.lang.String EL_COL_VALUE
public static final java.lang.String EL_COL_TYPE
public static final java.lang.String ABOUT
| Method Detail |
public static org.w3c.dom.Document getDocument(java.util.List list)
throws DBException
Document object built from the
List data
DBException
public static org.w3c.dom.Document getDocument(java.sql.ResultSet rs)
throws DBException
rs - The java.sql.ResultSet to convert.
DBException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||