| Package | Description | 
|---|---|
| oracle.ide.marshal.xml | 
 Provides the ability to marshal and unmarshal objects to XML using an
archiving algorithm that accesses public get/set methods, which is in
contrast to serialization which directly accesses fields, even if they
are private. 
 | 
| oracle.jdevimpl.audit.core | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
ToDomConverter.toElement(ObjectWrapper wrapper,
         org.w3c.dom.Element element,
         java.lang.Class type,
         Object2Dom o2d)
Populates the specified  
Element according to the state
  of the object in the ObjectWrapper using the specified
  Object2Dom instance for recursion. | 
boolean | 
Color2Dom.toElement(ObjectWrapper wrapper,
         org.w3c.dom.Element element,
         java.lang.Class type,
         Object2Dom o2d)  | 
boolean | 
ToDomConverter2.toElement(ObjectWrapper wrapper,
         org.w3c.dom.Element element,
         java.lang.Class type,
         Object2Dom o2d,
         java.lang.ClassLoader classLoader)
Populates the specified  
Element according to the state
  of the object in the ObjectWrapper using the specified
  Object2Dom instance for recursion. | 
boolean | 
ToDomConverter.toObject(ObjectWrapper wrapper,
        org.w3c.dom.Element element,
        java.lang.Class type,
        Object2Dom o2d)
Creates an object of the given  
type that is
  represented by the contents of the specified Element
  parameter. | 
boolean | 
Color2Dom.toObject(ObjectWrapper wrapper,
        org.w3c.dom.Element element,
        java.lang.Class type,
        Object2Dom o2d)  | 
boolean | 
ToDomConverter2.toObject(ObjectWrapper wrapper,
        org.w3c.dom.Element element,
        java.lang.Class type,
        Object2Dom o2d,
        java.lang.ClassLoader classLoader)
Creates an object of the given  
type that is
  represented by the contents of the specified Element
  parameter. | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
Converters.TypeSafeEnumerationConverter.toElement(ObjectWrapper wrapper,
         org.w3c.dom.Element element,
         java.lang.Class type,
         Object2Dom o2d)  | 
boolean | 
Converters.TypeSafeEnumerationConverter.toObject(ObjectWrapper wrapper,
        org.w3c.dom.Element element,
        java.lang.Class type,
        Object2Dom o2d)  |