|
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.DefaultXMLTranslator
oracle.toplink.ox
This is the default implementation of the XMLTranslator
interface. It implements the read and write methods
for converting XML documents to database rows and vice versa.
XMLCall,
Serialized Form| Constructor Summary | |
DefaultXMLTranslator()
Deprecated. Default constructor. |
|
| Method Summary | |
DatabaseRow |
read(java.io.Reader stream)
Deprecated. Read an XML document from the specified input stream and convert it to a TopLink database row. |
void |
write(java.io.Writer stream,
DatabaseRow row)
Deprecated. Convert the specified database row to an XML document and write it to the specified stream. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefaultXMLTranslator()
| Method Detail |
public DatabaseRow read(java.io.Reader stream)
read in interface XMLTranslator
public void write(java.io.Writer stream,
DatabaseRow row)
write in interface XMLTranslator
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||