Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01

oracle.jbo.server
Class XmlDataDocumentWriter

java.lang.Object
  extended byoracle.jbo.server.XmlDataDocumentWriter
All Implemented Interfaces:
oracle.jbo.common.xml.XmlOutput
Direct Known Subclasses:
DotNetXmlDocumentWriter

public class XmlDataDocumentWriter
extends java.lang.Object
implements oracle.jbo.common.xml.XmlOutput


Constructor Summary
XmlDataDocumentWriter()
           
XmlDataDocumentWriter(Document doc)
           
 
Method Summary
protected  Node createRowNode(RowImpl r)
           
protected  Node createRowSetNode(oracle.jbo.server.RowSetImpl rs)
           
protected  Node createViewObjectNode(ViewObjectImpl vo)
           
 Document getXMLDocument()
           
 Node writeObject(oracle.jbo.common.xml.XmlSerializable object, oracle.jbo.common.xml.Criteria criteria)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlDataDocumentWriter

public XmlDataDocumentWriter()

XmlDataDocumentWriter

public XmlDataDocumentWriter(Document doc)
Method Detail

getXMLDocument

public Document getXMLDocument()

writeObject

public Node writeObject(oracle.jbo.common.xml.XmlSerializable object,
                        oracle.jbo.common.xml.Criteria criteria)
Specified by:
writeObject in interface oracle.jbo.common.xml.XmlOutput

createRowSetNode

protected Node createRowSetNode(oracle.jbo.server.RowSetImpl rs)

createRowNode

protected Node createRowNode(RowImpl r)

createViewObjectNode

protected Node createViewObjectNode(ViewObjectImpl vo)

Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01

 

Copyright © 1997, 2004, Oracle. All rights reserved.