- java.lang.Object
-
- org.eclipse.persistence.internal.core.sessions.CoreAbstractRecord
-
- org.eclipse.persistence.internal.sessions.AbstractRecord
-
- org.eclipse.persistence.oxm.record.XMLRecord
-
- All Implemented Interfaces:
Serializable,Cloneable,Map,org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord<org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.internal.helper.DatabaseField,XMLMarshaller,NamespaceResolver>,org.eclipse.persistence.internal.oxm.record.AbstractUnmarshalRecord<org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.internal.helper.DatabaseField,XMLUnmarshaller>,org.eclipse.persistence.internal.oxm.record.XMLRecord<org.eclipse.persistence.internal.sessions.AbstractSession>,DataRecord
- Direct Known Subclasses:
DOMRecord,UnmarshalRecord
public abstract class XMLRecord extends org.eclipse.persistence.internal.sessions.AbstractRecord implements org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord<org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.internal.helper.DatabaseField,XMLMarshaller,NamespaceResolver>, org.eclipse.persistence.internal.oxm.record.AbstractUnmarshalRecord<org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.internal.helper.DatabaseField,XMLUnmarshaller>
PUBLIC: Provides a Record/Map API on an XML DOM element.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.persistence.internal.sessions.AbstractRecord
org.eclipse.persistence.internal.sessions.AbstractRecord.EntrySet, org.eclipse.persistence.internal.sessions.AbstractRecord.KeySet, org.eclipse.persistence.internal.sessions.AbstractRecord.NoEntry, org.eclipse.persistence.internal.sessions.AbstractRecord.RecordEntry, org.eclipse.persistence.internal.sessions.AbstractRecord.RecordEntryIterator, org.eclipse.persistence.internal.sessions.AbstractRecord.RecordKeyIterator, org.eclipse.persistence.internal.sessions.AbstractRecord.RecordValuesIterator, org.eclipse.persistence.internal.sessions.AbstractRecord.ValuesSet
-
-
Field Summary
Fields Modifier and Type Field Description protected ObjectcurrentObjectprotected booleanequalNamespaceResolversprotected booleanhasCustomNamespaceMapperstatic org.eclipse.persistence.internal.oxm.record.XMLRecord.NilNILINTERNAL: Nil: This is used to indicate that this field represents xsi:nil="true"protected org.eclipse.persistence.internal.sessions.AbstractSessionsessionprotected XMLUnmarshallerunmarshaller
-
Constructor Summary
Constructors Modifier Constructor Description protectedXMLRecord()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description List<org.eclipse.persistence.internal.oxm.Namespace>addExtraNamespacesToNamespaceResolver(org.eclipse.persistence.internal.oxm.mappings.Descriptor descriptor, org.eclipse.persistence.internal.core.sessions.CoreAbstractSession session, boolean allowOverride, boolean ignoreEqualResolvers)INTERNALbooleanaddXsiTypeAndClassIndicatorIfRequired(org.eclipse.persistence.internal.oxm.mappings.Descriptor descriptor, org.eclipse.persistence.internal.oxm.mappings.Descriptor referenceDescriptor, org.eclipse.persistence.internal.oxm.mappings.Field xmlField, boolean isRootElement)INTERNALbooleanaddXsiTypeAndClassIndicatorIfRequired(org.eclipse.persistence.internal.oxm.mappings.Descriptor descriptor, org.eclipse.persistence.internal.oxm.mappings.Descriptor referenceDescriptor, org.eclipse.persistence.internal.oxm.mappings.Field xmlField, Object originalObject, Object obj, boolean wasXMLRoot, boolean isRootElement)INTERNALvoidattribute(String namespaceURI, String localName, String qName, String value)Marshal an attribute for the give namespaceURI, localName, qualifiedName and valuevoidattributeWithoutQName(String namespaceURI, String localName, String prefix, String value)Marshal an attribute for the give namespaceURI, localName, preifx and valueabstract voidclear()PUBLIC: Clear the sub-nodes of the DOM.booleancontains(Object value)PUBLIC: Check if the value is contained in the row.protected List<XMLField>convertToXMLField(List<org.eclipse.persistence.internal.helper.DatabaseField> databaseFields)protected XMLFieldconvertToXMLField(org.eclipse.persistence.internal.helper.DatabaseField databaseField)INTERNAL: Convert a DatabaseField to an XMLFieldObjectget(String key)PUBLIC: Add the field-value pair to the row.Objectget(org.eclipse.persistence.internal.helper.DatabaseField key)INTERNAL: Retrieve the value for the field.org.eclipse.persistence.internal.oxm.ConversionManagergetConversionManager()INTERNALObjectgetCurrentObject()INTERNAL:DocumentPreservationPolicygetDocPresPolicy()abstract DocumentgetDocument()PUBLIC: Return the document.abstract NodegetDOM()PUBLIC: Return the DOM.ObjectgetIndicatingNoEntry(String fieldName)INTERNAL: Retrieve the value for the field name.org.eclipse.persistence.internal.oxm.XPathQNamegetLeafElementType()INTERNAL:abstract StringgetLocalName()PUBLIC: Get the local name of the context root element.XMLMarshallergetMarshaller()INTERNAL:NamespaceResolvergetNamespaceResolver()chargetNamespaceSeparator()INTERNAL: The character used to separate the prefix and uri portions when namespaces are presentabstract StringgetNamespaceURI()PUBLIC: Get the namespace URI for the context root element.ObjectgetOwningObject()INTERNAL:org.eclipse.persistence.internal.sessions.AbstractSessiongetSession()XMLUnmarshallergetUnmarshaller()INTERNAL:booleanhasCustomNamespaceMapper()booleanhasEqualNamespaceResolvers()booleanisNamespaceAware()INTERNAL: Determine if namespaces will be considered during marshal/unmarshal operations.booleanisXOPPackage()voidnamespaceDeclaration(String prefix, String namespaceURI)Marshal a namespace declaration for the given prefix and urlObjectput(String key, Object value)PUBLIC: Add the field-value pair to the row.voidremoveExtraNamespacesFromNamespaceResolver(List<org.eclipse.persistence.internal.oxm.Namespace> extraNamespaces, org.eclipse.persistence.internal.core.sessions.CoreAbstractSession session)INTERNALStringresolveNamespacePrefix(String prefix)voidsetCurrentObject(Object obj)INTERNAL:voidsetCustomNamespaceMapper(boolean customNamespaceMapper)voidsetDocPresPolicy(DocumentPreservationPolicy policy)voidsetEqualNamespaceResolvers(boolean equalNRs)voidsetLeafElementType(QName leafElementType)INTERNAL:voidsetLeafElementType(org.eclipse.persistence.internal.oxm.XPathQName leafElementType)INTERNAL:voidsetMarshaller(XMLMarshaller marshaller)INTERNAL:voidsetNamespaceResolver(NamespaceResolver nr)voidsetOwningObject(Object owningObject)INTERNAL:voidsetSession(org.eclipse.persistence.internal.sessions.AbstractSession session)voidsetUnmarshaller(XMLUnmarshaller unmarshaller)INTERNAL:voidsetXOPPackage(boolean isXOPPackage)abstract StringtransformToXML()Return the XML string representation of the DOM.voidwriteXsiTypeAttribute(org.eclipse.persistence.internal.oxm.mappings.Descriptor descriptor, String typeUri, String typeLocal, String typePrefix, boolean addToNamespaceResolver)INTERNALvoidwriteXsiTypeAttribute(org.eclipse.persistence.internal.oxm.mappings.Descriptor xmlDescriptor, XMLSchemaReference xmlRef, boolean addToNamespaceResolver)INTERNAL-
Methods inherited from class org.eclipse.persistence.internal.sessions.AbstractRecord
add, clone, containsKey, containsKey, containsKey, containsValue, elements, entrySet, get, getField, getFields, getIndicatingNoEntry, getLookupField, getSopObject, getValues, getValues, getValues, hasNullValueInFields, hasSopObject, isEmpty, keys, keySet, mergeFrom, put, put, putAll, remove, remove, remove, replaceAt, replaceAt, resetSize, setFields, setNullValueInFields, setSopObject, setValues, size, toString, values
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord
put
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
-
-
Field Detail
-
unmarshaller
protected XMLUnmarshaller unmarshaller
-
currentObject
protected Object currentObject
-
session
protected org.eclipse.persistence.internal.sessions.AbstractSession session
-
hasCustomNamespaceMapper
protected boolean hasCustomNamespaceMapper
-
equalNamespaceResolvers
protected boolean equalNamespaceResolvers
-
NIL
public static final org.eclipse.persistence.internal.oxm.record.XMLRecord.Nil NIL
INTERNAL: Nil: This is used to indicate that this field represents xsi:nil="true"
-
-
Method Detail
-
get
public Object get(String key)
PUBLIC: Add the field-value pair to the row.- Overrides:
getin classorg.eclipse.persistence.internal.sessions.AbstractRecord
-
put
public Object put(String key, Object value)
PUBLIC: Add the field-value pair to the row.- Overrides:
putin classorg.eclipse.persistence.internal.sessions.AbstractRecord
-
attributeWithoutQName
public void attributeWithoutQName(String namespaceURI, String localName, String prefix, String value)
Marshal an attribute for the give namespaceURI, localName, preifx and value- Specified by:
attributeWithoutQNamein interfaceorg.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord<org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.internal.helper.DatabaseField,XMLMarshaller,NamespaceResolver>
-
attribute
public void attribute(String namespaceURI, String localName, String qName, String value)
Marshal an attribute for the give namespaceURI, localName, qualifiedName and value- Specified by:
attributein interfaceorg.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord<org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.internal.helper.DatabaseField,XMLMarshaller,NamespaceResolver>
-
namespaceDeclaration
public void namespaceDeclaration(String prefix, String namespaceURI)
Marshal a namespace declaration for the given prefix and url- Specified by:
namespaceDeclarationin interfaceorg.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord<org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.internal.helper.DatabaseField,XMLMarshaller,NamespaceResolver>
-
getLocalName
public abstract String getLocalName()
PUBLIC: Get the local name of the context root element.
-
getNamespaceURI
public abstract String getNamespaceURI()
PUBLIC: Get the namespace URI for the context root element.
-
clear
public abstract void clear()
PUBLIC: Clear the sub-nodes of the DOM.
-
getDocument
public abstract Document getDocument()
PUBLIC: Return the document.
-
contains
public boolean contains(Object value)
PUBLIC: Check if the value is contained in the row.- Overrides:
containsin classorg.eclipse.persistence.internal.sessions.AbstractRecord
-
getDOM
public abstract Node getDOM()
PUBLIC: Return the DOM.- Specified by:
getDOMin interfaceorg.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord<org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.internal.helper.DatabaseField,XMLMarshaller,NamespaceResolver>
-
transformToXML
public abstract String transformToXML()
Return the XML string representation of the DOM.
-
convertToXMLField
protected XMLField convertToXMLField(org.eclipse.persistence.internal.helper.DatabaseField databaseField)
INTERNAL: Convert a DatabaseField to an XMLField
-
convertToXMLField
protected List<XMLField> convertToXMLField(List<org.eclipse.persistence.internal.helper.DatabaseField> databaseFields)
-
get
public Object get(org.eclipse.persistence.internal.helper.DatabaseField key)
INTERNAL: Retrieve the value for the field. If missing null is returned.- Specified by:
getin interfaceorg.eclipse.persistence.internal.oxm.record.AbstractUnmarshalRecord<org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.internal.helper.DatabaseField,XMLUnmarshaller>- Overrides:
getin classorg.eclipse.persistence.internal.sessions.AbstractRecord
-
getIndicatingNoEntry
public Object getIndicatingNoEntry(String fieldName)
INTERNAL: Retrieve the value for the field name.- Overrides:
getIndicatingNoEntryin classorg.eclipse.persistence.internal.sessions.AbstractRecord
-
resolveNamespacePrefix
public String resolveNamespacePrefix(String prefix)
- Specified by:
resolveNamespacePrefixin interfaceorg.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord<org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.internal.helper.DatabaseField,XMLMarshaller,NamespaceResolver>- Specified by:
resolveNamespacePrefixin interfaceorg.eclipse.persistence.internal.oxm.record.AbstractUnmarshalRecord<org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.internal.helper.DatabaseField,XMLUnmarshaller>
-
getMarshaller
public XMLMarshaller getMarshaller()
INTERNAL:- Specified by:
getMarshallerin interfaceorg.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord<org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.internal.helper.DatabaseField,XMLMarshaller,NamespaceResolver>
-
setMarshaller
public void setMarshaller(XMLMarshaller marshaller)
INTERNAL:- Specified by:
setMarshallerin interfaceorg.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord<org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.internal.helper.DatabaseField,XMLMarshaller,NamespaceResolver>
-
getUnmarshaller
public XMLUnmarshaller getUnmarshaller()
INTERNAL:- Specified by:
getUnmarshallerin interfaceorg.eclipse.persistence.internal.oxm.record.AbstractUnmarshalRecord<org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.internal.helper.DatabaseField,XMLUnmarshaller>
-
setUnmarshaller
public void setUnmarshaller(XMLUnmarshaller unmarshaller)
INTERNAL:
-
setDocPresPolicy
public void setDocPresPolicy(DocumentPreservationPolicy policy)
-
getDocPresPolicy
public DocumentPreservationPolicy getDocPresPolicy()
-
getOwningObject
public Object getOwningObject()
INTERNAL:- Specified by:
getOwningObjectin interfaceorg.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord<org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.internal.helper.DatabaseField,XMLMarshaller,NamespaceResolver>
-
setOwningObject
public void setOwningObject(Object owningObject)
INTERNAL:- Specified by:
setOwningObjectin interfaceorg.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord<org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.internal.helper.DatabaseField,XMLMarshaller,NamespaceResolver>
-
getCurrentObject
public Object getCurrentObject()
INTERNAL:
-
setCurrentObject
public void setCurrentObject(Object obj)
INTERNAL:
-
getLeafElementType
public org.eclipse.persistence.internal.oxm.XPathQName getLeafElementType()
INTERNAL:- Specified by:
getLeafElementTypein interfaceorg.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord<org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.internal.helper.DatabaseField,XMLMarshaller,NamespaceResolver>
-
setLeafElementType
public void setLeafElementType(org.eclipse.persistence.internal.oxm.XPathQName leafElementType)
INTERNAL:- Specified by:
setLeafElementTypein interfaceorg.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord<org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.internal.helper.DatabaseField,XMLMarshaller,NamespaceResolver>
-
setLeafElementType
public void setLeafElementType(QName leafElementType)
INTERNAL:- Specified by:
setLeafElementTypein interfaceorg.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord<org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.internal.helper.DatabaseField,XMLMarshaller,NamespaceResolver>
-
setNamespaceResolver
public void setNamespaceResolver(NamespaceResolver nr)
- Specified by:
setNamespaceResolverin interfaceorg.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord<org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.internal.helper.DatabaseField,XMLMarshaller,NamespaceResolver>
-
getNamespaceResolver
public NamespaceResolver getNamespaceResolver()
- Specified by:
getNamespaceResolverin interfaceorg.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord<org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.internal.helper.DatabaseField,XMLMarshaller,NamespaceResolver>
-
getSession
public org.eclipse.persistence.internal.sessions.AbstractSession getSession()
- Specified by:
getSessionin interfaceorg.eclipse.persistence.internal.oxm.record.XMLRecord<org.eclipse.persistence.internal.sessions.AbstractSession>
-
setSession
public void setSession(org.eclipse.persistence.internal.sessions.AbstractSession session)
- Specified by:
setSessionin interfaceorg.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord<org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.internal.helper.DatabaseField,XMLMarshaller,NamespaceResolver>
-
setEqualNamespaceResolvers
public void setEqualNamespaceResolvers(boolean equalNRs)
- Specified by:
setEqualNamespaceResolversin interfaceorg.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord<org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.internal.helper.DatabaseField,XMLMarshaller,NamespaceResolver>
-
hasEqualNamespaceResolvers
public boolean hasEqualNamespaceResolvers()
- Specified by:
hasEqualNamespaceResolversin interfaceorg.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord<org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.internal.helper.DatabaseField,XMLMarshaller,NamespaceResolver>
-
isXOPPackage
public boolean isXOPPackage()
- Specified by:
isXOPPackagein interfaceorg.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord<org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.internal.helper.DatabaseField,XMLMarshaller,NamespaceResolver>
-
setXOPPackage
public void setXOPPackage(boolean isXOPPackage)
- Specified by:
setXOPPackagein interfaceorg.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord<org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.internal.helper.DatabaseField,XMLMarshaller,NamespaceResolver>
-
isNamespaceAware
public boolean isNamespaceAware()
INTERNAL: Determine if namespaces will be considered during marshal/unmarshal operations.- Specified by:
isNamespaceAwarein interfaceorg.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord<org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.internal.helper.DatabaseField,XMLMarshaller,NamespaceResolver>- Specified by:
isNamespaceAwarein interfaceorg.eclipse.persistence.internal.oxm.record.XMLRecord<org.eclipse.persistence.internal.sessions.AbstractSession>- Since:
- 2.4
-
getNamespaceSeparator
public char getNamespaceSeparator()
INTERNAL: The character used to separate the prefix and uri portions when namespaces are present- Specified by:
getNamespaceSeparatorin interfaceorg.eclipse.persistence.internal.oxm.record.XMLRecord<org.eclipse.persistence.internal.sessions.AbstractSession>- Since:
- 2.4
-
hasCustomNamespaceMapper
public boolean hasCustomNamespaceMapper()
- Specified by:
hasCustomNamespaceMapperin interfaceorg.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord<org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.internal.helper.DatabaseField,XMLMarshaller,NamespaceResolver>
-
setCustomNamespaceMapper
public void setCustomNamespaceMapper(boolean customNamespaceMapper)
- Specified by:
setCustomNamespaceMapperin interfaceorg.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord<org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.internal.helper.DatabaseField,XMLMarshaller,NamespaceResolver>
-
addExtraNamespacesToNamespaceResolver
public List<org.eclipse.persistence.internal.oxm.Namespace> addExtraNamespacesToNamespaceResolver(org.eclipse.persistence.internal.oxm.mappings.Descriptor descriptor, org.eclipse.persistence.internal.core.sessions.CoreAbstractSession session, boolean allowOverride, boolean ignoreEqualResolvers)
INTERNAL- Specified by:
addExtraNamespacesToNamespaceResolverin interfaceorg.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord<org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.internal.helper.DatabaseField,XMLMarshaller,NamespaceResolver>- Since:
- EclipseLink 2.5.0
-
addXsiTypeAndClassIndicatorIfRequired
public boolean addXsiTypeAndClassIndicatorIfRequired(org.eclipse.persistence.internal.oxm.mappings.Descriptor descriptor, org.eclipse.persistence.internal.oxm.mappings.Descriptor referenceDescriptor, org.eclipse.persistence.internal.oxm.mappings.Field xmlField, boolean isRootElement)INTERNAL- Specified by:
addXsiTypeAndClassIndicatorIfRequiredin interfaceorg.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord<org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.internal.helper.DatabaseField,XMLMarshaller,NamespaceResolver>- Since:
- EclipseLink 2.5.0
-
addXsiTypeAndClassIndicatorIfRequired
public boolean addXsiTypeAndClassIndicatorIfRequired(org.eclipse.persistence.internal.oxm.mappings.Descriptor descriptor, org.eclipse.persistence.internal.oxm.mappings.Descriptor referenceDescriptor, org.eclipse.persistence.internal.oxm.mappings.Field xmlField, Object originalObject, Object obj, boolean wasXMLRoot, boolean isRootElement)INTERNAL- Specified by:
addXsiTypeAndClassIndicatorIfRequiredin interfaceorg.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord<org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.internal.helper.DatabaseField,XMLMarshaller,NamespaceResolver>- Since:
- EclipseLink 2.5.0
-
removeExtraNamespacesFromNamespaceResolver
public void removeExtraNamespacesFromNamespaceResolver(List<org.eclipse.persistence.internal.oxm.Namespace> extraNamespaces, org.eclipse.persistence.internal.core.sessions.CoreAbstractSession session)
INTERNAL- Specified by:
removeExtraNamespacesFromNamespaceResolverin interfaceorg.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord<org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.internal.helper.DatabaseField,XMLMarshaller,NamespaceResolver>- Since:
- EclipseLink 2.5.0
-
writeXsiTypeAttribute
public void writeXsiTypeAttribute(org.eclipse.persistence.internal.oxm.mappings.Descriptor descriptor, String typeUri, String typeLocal, String typePrefix, boolean addToNamespaceResolver)INTERNAL- Specified by:
writeXsiTypeAttributein interfaceorg.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord<org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.internal.helper.DatabaseField,XMLMarshaller,NamespaceResolver>- Since:
- EclipseLink 2.5.0
-
writeXsiTypeAttribute
public void writeXsiTypeAttribute(org.eclipse.persistence.internal.oxm.mappings.Descriptor xmlDescriptor, XMLSchemaReference xmlRef, boolean addToNamespaceResolver)INTERNAL- Specified by:
writeXsiTypeAttributein interfaceorg.eclipse.persistence.internal.oxm.record.AbstractMarshalRecord<org.eclipse.persistence.internal.sessions.AbstractSession,org.eclipse.persistence.internal.helper.DatabaseField,XMLMarshaller,NamespaceResolver>- Since:
- EclipseLink 2.5.0
-
getConversionManager
public org.eclipse.persistence.internal.oxm.ConversionManager getConversionManager()
INTERNAL- Specified by:
getConversionManagerin interfaceorg.eclipse.persistence.internal.oxm.record.XMLRecord<org.eclipse.persistence.internal.sessions.AbstractSession>- Since:
- EclipseLink 2.6.0
-
-