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