Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


oracle.jbo.domain
Interface XMLDomainWriter

All Superinterfaces:
XMLDomainInterface
All Known Implementing Classes:
Date, Timestamp

public interface XMLDomainWriter
extends XMLDomainInterface

Implemented by domain classes which can read and write domain values as XML.

Since:
JDevloper 4.0

Method Summary
 Node getSerializedDomainXML(Document xmlDoc)
          Creates the XML node in the given XML document for this domain's data.

 

Methods inherited from interface oracle.jbo.domain.XMLDomainInterface
getXMLContentNode, printXMLDefinition

 

Method Detail

getSerializedDomainXML

public Node getSerializedDomainXML(Document xmlDoc)
Creates the XML node in the given XML document for this domain's data.
Parameters:
xmlDoc - name of the XML document in which the node should be created.

Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


Copyright © 1997, 2005, Oracle. All rights reserved.