Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


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.

Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


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