Uses of Class
org.eclipse.persistence.oxm.record.DOMRecord
-
Packages that use DOMRecord Package Description org.eclipse.persistence.eis org.eclipse.persistence.internal.oxm.record org.eclipse.persistence.oxm.mappings org.eclipse.persistence.oxm.record -
-
Uses of DOMRecord in org.eclipse.persistence.eis
Subclasses of DOMRecord in org.eclipse.persistence.eis Modifier and Type Class Description classEISDOMRecordAnEISDOMRecordis a wrapper for a DOM tree. -
Uses of DOMRecord in org.eclipse.persistence.internal.oxm.record
Subclasses of DOMRecord in org.eclipse.persistence.internal.oxm.record Modifier and Type Class Description classXMLTransformationRecordMethods in org.eclipse.persistence.internal.oxm.record with parameters of type DOMRecord Modifier and Type Method Description ObjectDOMUnmarshaller. xmlToObject(DOMRecord xmlRecord)INTERNAL: Find the Descriptor corresponding to the context node of the XMLRecord, and then convert the XMLRecord to an instance of the corresponding object.ObjectDOMUnmarshaller. xmlToObject(DOMRecord xmlRow, Class<?> referenceClass)INTERNAL: Convert the Oracle XMLDocument to the reference-class. -
Uses of DOMRecord in org.eclipse.persistence.oxm.mappings
Methods in org.eclipse.persistence.oxm.mappings with parameters of type DOMRecord Modifier and Type Method Description protected ObjectXMLAbstractAnyMapping. buildObjectAndWrapInXMLRoot(ClassDescriptor referenceDescriptor, XMLConverter converter, ObjectBuildingQuery query, DOMRecord record, DOMRecord nestedRecord, JoinedAttributeManager joinManager, AbstractSession session, Node next, Object container, ContainerPolicy containerPolicy)Uses a given reference descriptor to build an object based on a given DOMRecord.protected ObjectXMLAbstractAnyMapping. buildObjectForNonXMLRoot(ClassDescriptor referenceDescriptor, XMLConverter converter, ObjectBuildingQuery query, DOMRecord record, DOMRecord nestedRecord, JoinedAttributeManager joinManager, AbstractSession session, Node next, Object container, ContainerPolicy containerPolicy)protected ObjectXMLAbstractAnyMapping. buildObjectNoReferenceDescriptor(DOMRecord record, XMLConverter converter, AbstractSession session, Node next, Object container, ContainerPolicy cp)Convenience method that takes a given Node and applies namespace information, converts it if necessary, and adds the resulting object to the given ContainerPolicy if non-null.protected XMLRootXMLAbstractAnyMapping. buildXMLRootForText(Node node, QName schemaTypeQName, XMLConverter converter, AbstractSession session, DOMRecord record)Convenience method that takes a given node and checks the first child for TEXT_NODE.ClassDescriptorXMLCompositeCollectionMapping. getReferenceDescriptor(DOMRecord xmlRecord)ClassDescriptorXMLCompositeObjectMapping. getReferenceDescriptor(DOMRecord xmlRecord) -
Uses of DOMRecord in org.eclipse.persistence.oxm.record
Methods in org.eclipse.persistence.oxm.record that return DOMRecord Modifier and Type Method Description DOMRecordDOMRecord. clone()INTERNAL: Clone the row and its values.DOMRecordUnmarshalRecord. getTransformationRecord()Methods in org.eclipse.persistence.oxm.record with parameters of type DOMRecord Modifier and Type Method Description voidUnmarshalRecord. setTransformationRecord(DOMRecord transformationRecord)
-