Oracle Application Server TopLink API Reference
10g Release 2 (10.1.2)

B15903-01


oracle.toplink.transform.xml
Class XMLSource

java.lang.Object
  extended byoracle.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 © 1998, 2005 Oracle Corporation. All Rights Reserved.