Oracle9i Business Components for Java API Reference
Oracle9i Jdeveloper (9.0.4)
B10391-01


oracle.jbo.domain
Interface XMLDomainWriter

All Superinterfaces:
XMLDomainInterface

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.

Oracle9i Business Components for Java API Reference
Oracle9i Jdeveloper (9.0.4)
B10391-01


 

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