Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.4.0)

E10653-05

oracle.jbo.domain
Interface XMLDomainWriter

All Superinterfaces:
XMLDomainInterface
All Known Implementing Classes:
Date, DBSequence, NoMasterRowMarker, NullValue, Timestamp, TimestampLTZ, TimestampTZ, WhereClauseParamNoValue

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

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 Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.4.0)

E10653-05

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