|
Oracle TopLink API Reference 10g Release 3 (10.1.3) B13698-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.toplink.xml.xerces.XMLToDatabaseRowTranslator
oracle.toplink.ox
This class has a singular purpose: convert an XML document to a DatabaseRow.
Given Reader on an XML document, build and return the corresponding
DatabaseRow.
DatabaseRow,
SDKFieldValue,
DatabaseField,
XMLDocument| Field Summary | |
static java.lang.String |
ATTRIBUTE_VALUE_FALSE
Deprecated. |
static java.lang.String |
ATTRIBUTE_VALUE_TRUE
Deprecated. |
static java.lang.String |
EMPTY_AGGREGATE_ATTRIBUTE_NAME
Deprecated. |
static java.lang.String |
NULL_ATTRIBUTE_NAME
Deprecated. XML attributes and values. |
| Constructor Summary | |
XMLToDatabaseRowTranslator()
Deprecated. Default constructor. |
|
| Method Summary | |
DatabaseRow |
read(java.io.Reader inputStream)
Deprecated. Read an XML document from the specified input stream and convert it to a TopLink database row. |
java.lang.String |
toString()
Deprecated. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static java.lang.String NULL_ATTRIBUTE_NAME
public static java.lang.String EMPTY_AGGREGATE_ATTRIBUTE_NAME
public static java.lang.String ATTRIBUTE_VALUE_TRUE
public static java.lang.String ATTRIBUTE_VALUE_FALSE
| Constructor Detail |
public XMLToDatabaseRowTranslator()
| Method Detail |
public DatabaseRow read(java.io.Reader inputStream)
throws XMLDataStoreException
XMLDataStoreExceptionpublic java.lang.String toString()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||