oracle.panama.model
Interface XMLObject

All Known Subinterfaces:
Adapter, Alert, AlertAddress, AlertService, Community, DataFeeder, Device, DeviceAddress, ExternalLink, Folder, Group, JavaTransformer, Link, LocalModule, LocationMark, LocationPrivacyAuth, MasterAlertService, MasterService, ModelObject, Module, PassThroughDataFeeder, PresetCategory, PresetDescriptor, Presets, Profile, Role, Service, Topic, Transformer, User, XSLTransformer

public interface XMLObject


Method Summary
TypeMethod
 void setXML(org.w3c.dom.Element element)
          initialize the object with the given DOM object
 org.w3c.dom.Element toXML(org.w3c.dom.Document doc)
          convert the given object to a DOM object
 

Method Detail

toXML

public org.w3c.dom.Element toXML(org.w3c.dom.Document doc)
                          throws PanamaException
convert the given object to a DOM object

setXML

public void setXML(org.w3c.dom.Element element)
            throws PanamaException
initialize the object with the given DOM object