public class XmlDataDocumentWriter extends java.lang.Object implements XmlOutput
| Constructor and Description | 
|---|
| XmlDataDocumentWriter() | 
| XmlDataDocumentWriter(Document doc) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Node | createRowNode(RowImpl r) | 
| protected Node | createRowSetNode(oracle.jbo.server.RowSetImpl rs) | 
| protected Node | createViewObjectNode(ViewObjectImpl vo) | 
| Document | getXMLDocument() | 
| Node | writeObject(XmlSerializable object,
           Criteria criteria) | 
public XmlDataDocumentWriter()
public XmlDataDocumentWriter(Document doc)
public Document getXMLDocument()
public Node writeObject(XmlSerializable object, Criteria criteria)
writeObject in interface XmlOutputprotected Node createRowSetNode(oracle.jbo.server.RowSetImpl rs)
protected Node createViewObjectNode(ViewObjectImpl vo)