|
Oracle TopLink Java API Reference 10g Release 3 (10.1.3.1) B28219-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.toplink.xml.xerces.DefaultXMLTranslator
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by 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 FormConstructor 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 |