Oracle Application Server TopLink API Reference
10g (9.0.4)

B10491-01

oracle.toplink.transform.xml
Class XMLResult

java.lang.Object
  |
  +--oracle.toplink.transform.xml.XMLResult
All Implemented Interfaces:
DataResult

public class XMLResult
extends java.lang.Object
implements DataResult

Constructor Summary
XMLResult()
           

 

Method Summary
 oracle.xml.parser.v2.XMLDocument getResultDocument()
           
 void storeObjects(Project project, java.util.Vector objects)
           

 

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

 

Constructor Detail

XMLResult

public XMLResult()
Method Detail

getResultDocument

public oracle.xml.parser.v2.XMLDocument getResultDocument()

storeObjects

public void storeObjects(Project project,
                         java.util.Vector objects)
Specified by:
storeObjects in interface DataResult

Copyright © 2003 Oracle Corporation. All Rights Reserved.