|
Oracle Fusion Middleware Java API Reference for Oracle TopLink (Deprecated) 11g Release 1 (11.1.1) B32476-04 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.toplink.xml.DatabaseRowToXMLTranslator
oracle.toplink.ox
public class DatabaseRowToXMLTranslator
This class has a singular purpose: convert a Record to an XML document.
Given a Record, this class will create a corresponding XML DOM element.
Record,
SDKFieldValue| Constructor Summary | |
|---|---|
DatabaseRowToXMLTranslator()
Deprecated. Default constructor. |
|
| Method Summary | |
|---|---|
org.w3c.dom.Element |
createDOM(java.lang.String rootElementName,
Record row)
Deprecated. Convert the specified database row to an XML document and write it to the specified stream. |
java.lang.String |
toString()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DatabaseRowToXMLTranslator()
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
public org.w3c.dom.Element createDOM(java.lang.String rootElementName,
Record row)
throws XMLDataStoreException
XMLDataStoreException
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||