Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

B32476-02


oracle.toplink.xml.xerces
Class XMLToDatabaseRowTranslator

java.lang.Object
  extended by oracle.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 Record. Given Reader on an XML document, build and return the corresponding Record.

Since:
TOPLink/Java 3.0
See Also:
Record, 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
 Record 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. 
Description copied from class: XMLToDatabaseRowTranslator
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 Record 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. 
Overrides:
toString in class java.lang.Object

Skip navigation links

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