oracle.jbo.server
Class XmlDataDocumentWriter
java.lang.Object
  
oracle.jbo.server.XmlDataDocumentWriter
- All Implemented Interfaces: 
 - XmlOutput
 
- Direct Known Subclasses: 
 - DotNetXmlDocumentWriter
 
public class XmlDataDocumentWriter
- extends java.lang.Object
- implements XmlOutput
  
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
XmlDataDocumentWriter
public XmlDataDocumentWriter()
XmlDataDocumentWriter
public XmlDataDocumentWriter(Document doc)
getXMLDocument
public Document getXMLDocument()
 
 
writeObject
public Node writeObject(XmlSerializable object,
                        Criteria criteria)
- Specified by:
 writeObject in interface XmlOutput
 
 
createRowSetNode
protected Node createRowSetNode(oracle.jbo.server.RowSetImpl rs)
 
 
createRowNode
protected Node createRowNode(RowImpl r)
 
 
createViewObjectNode
protected Node createViewObjectNode(ViewObjectImpl vo)
 
 
Copyright © 1997, 2011, Oracle. All rights reserved.