Skip navigation links

Oracle TopLink Java API Reference
10g Release 3 (10.1.3.1)

B28219-01


oracle.toplink.xml.xerces
Class XMLToDatabaseRowTranslator

java.lang.Object
  extended byoracle.toplink.xml.xerces.XMLToDatabaseRowTranslator


Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.ox

public class XMLToDatabaseRowTranslator
extends java.lang.Object

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.

Since:
TOPLink/Java 3.0
See Also:
DatabaseRow, SDKFieldValue, oracle.toplink.internal.helper.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

NULL_ATTRIBUTE_NAME

public static java.lang.String NULL_ATTRIBUTE_NAME
Deprecated. 
XML attributes and values.

EMPTY_AGGREGATE_ATTRIBUTE_NAME

public static java.lang.String EMPTY_AGGREGATE_ATTRIBUTE_NAME
Deprecated. 

ATTRIBUTE_VALUE_TRUE

public static java.lang.String ATTRIBUTE_VALUE_TRUE
Deprecated. 

ATTRIBUTE_VALUE_FALSE

public static java.lang.String ATTRIBUTE_VALUE_FALSE
Deprecated. 

Constructor Detail

XMLToDatabaseRowTranslator

public XMLToDatabaseRowTranslator()
Deprecated. 
Default constructor.

Method Detail

read

public DatabaseRow read(java.io.Reader inputStream)
                 throws XMLDataStoreException
Deprecated. 
Read an XML document from the specified input stream and convert it to a TopLink database row. Close the stream and return the row.
Throws:
XMLDataStoreException

toString

public java.lang.String toString()
Deprecated. 

Skip navigation links

Copyright © 1998, 2006, Oracle. All Rights Reserved.