Oracle Application Server TopLink API Reference
10g (9.0.4)

B10491-01

oracle.toplink.transform.xml
Class XMLSource

java.lang.Object
  |
  +--oracle.toplink.transform.xml.XMLSource
All Implemented Interfaces:
DataSource

public class XMLSource
extends java.lang.Object
implements DataSource

Constructor Summary
XMLSource()
           

 

Method Summary
 java.util.Vector buildObjects(Project project, java.lang.Class type)
           
 void setSourceDocument(org.w3c.dom.Document newSourceDocument)
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

XMLSource

public XMLSource()
Method Detail

setSourceDocument

public void setSourceDocument(org.w3c.dom.Document newSourceDocument)

buildObjects

public java.util.Vector buildObjects(Project project,
                                     java.lang.Class type)
Specified by:
buildObjects in interface DataSource

Copyright © 2003 Oracle Corporation. All Rights Reserved.