oracle.jbo.domain
Interface  XMLDomainInterface
- All Known Implementing Classes: 
- BlobDomain, Array
- public interface XMLDomainInterface
Implemented by domain classes which can read/write domain values as xml.
- Since: 
- JDevloper 4.0
| Method Summary | 
|  org.w3c.dom.Node | getXMLContentNode(org.w3c.dom.Document xmlDoc)
 | 
|  java.lang.String | printXMLDefinition(java.util.Hashtable allDefs,
                   java.io.PrintWriter pw,
                   boolean bContainees)
 | 
 
getXMLContentNode
public org.w3c.dom.Node getXMLContentNode(org.w3c.dom.Document xmlDoc)
printXMLDefinition
public java.lang.String printXMLDefinition(java.util.Hashtable allDefs,
                                           java.io.PrintWriter pw,
                                           boolean bContainees)