oracle.jbo.server
Class XmlDataDocumentWriter
java.lang.Object
oracle.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
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(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)
Copyright © 1997, 2004, Oracle. All rights reserved.