|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Object2Dom | |
---|---|
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.ide.migration | Contains API classes for support the migration of Node types and user preferences in the system directory. |
oracle.ide.model | Contains interfaces and classes implementing JDeveloper's data model. |
oracle.jdevimpl.audit.core |
Uses of Object2Dom in oracle.ide.marshal.xml |
---|
Methods in oracle.ide.marshal.xml that return Object2Dom | |
---|---|
static Object2Dom |
Object2Dom.newInstance() Factory method for creating a new instance of Object2Dom that is configured with the (strongly) recommended options. |
static Object2Dom |
Object2Dom.newInstanceForSchemaCompiledBeans() Factory method for creating a new instance of Object2Dom that is configured to marshal JavaBeans that are designed to conform to a DTD. |
Methods in oracle.ide.marshal.xml with parameters of type Object2Dom | |
---|---|
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 |
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. |
Uses of Object2Dom in oracle.ide.migration |
---|
Methods in oracle.ide.migration that return Object2Dom | |
---|---|
protected Object2Dom |
XMLMigrator.getObjectStore() |
Uses of Object2Dom in oracle.ide.model |
---|
Methods in oracle.ide.model that return Object2Dom | |
---|---|
protected Object2Dom |
XMLDataNode.newObject2Dom() Returns an appropriately configured instance of Object2Dom which will be used to carry out the marshalling. |
Uses of Object2Dom in oracle.jdevimpl.audit.core |
---|
Methods in oracle.jdevimpl.audit.core with parameters of type Object2Dom | |
---|---|
boolean |
Converters.TypeSafeEnumerationConverter.toElement(ObjectWrapper wrapper, org.w3c.dom.Element element, java.lang.Class type, Object2Dom o2d) |
boolean |
Converters.ColorConverter.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) |
boolean |
Converters.ColorConverter.toObject(ObjectWrapper wrapper, org.w3c.dom.Element element, java.lang.Class type, Object2Dom o2d) |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |