Uses of Interface
org.eclipse.persistence.internal.oxm.unmapped.UnmappedContentHandler
Packages that use UnmappedContentHandler
Package
Description
-
Uses of UnmappedContentHandler in org.eclipse.persistence.internal.oxm.record
Fields in org.eclipse.persistence.internal.oxm.record declared as UnmappedContentHandlerModifier and TypeFieldDescriptionstatic final UnmappedContentHandlerUnmarshalRecord.DEFAULT_UNMAPPED_CONTENT_HANDLERConstructors in org.eclipse.persistence.internal.oxm.record with parameters of type UnmappedContentHandlerModifierConstructorDescriptionUnmappedContentHandlerWrapper(UnmarshalRecord parentRecord, UnmappedContentHandler unmappedContentHandler) UnmappedContentHandlerWrapper(UnmappedContentHandler unmappedContentHandler, SAXUnmarshallerHandler saxUnmarshallerHandler) -
Uses of UnmappedContentHandler in org.eclipse.persistence.internal.oxm.unmapped
Classes in org.eclipse.persistence.internal.oxm.unmapped that implement UnmappedContentHandlerModifier and TypeClassDescriptionclassDefaultUnmappedContentHandler<UNMARSHAL_RECORD extends UnmarshalRecord>Purpose:Provide a default implementation of the UnmappedContentHandler -
Uses of UnmappedContentHandler in org.eclipse.persistence.oxm.unmapped
Subinterfaces of UnmappedContentHandler in org.eclipse.persistence.oxm.unmappedModifier and TypeInterfaceDescriptioninterfacePurpose:Provide an interface that can be implemented for handling unmapped content during unmarshal operations with SAXPlatform.Classes in org.eclipse.persistence.oxm.unmapped that implement UnmappedContentHandlerModifier and TypeClassDescriptionclassPurpose:Provide a default implementation of the UnmappedContentHandler -
Uses of UnmappedContentHandler in org.eclipse.persistence.sdo.helper
Classes in org.eclipse.persistence.sdo.helper that implement UnmappedContentHandlerModifier and TypeClassDescriptionclassPurpose: Called during XMLHelper load methods when there is unknown content in an XML document.