Module org.eclipse.persistence.core
Interface UnmappedContentHandler<UNMARSHAL_RECORD extends UnmarshalRecord>
- All Superinterfaces:
ContentHandler
- All Known Subinterfaces:
UnmappedContentHandler
- All Known Implementing Classes:
DefaultUnmappedContentHandler
,DefaultUnmappedContentHandler
,SDOUnmappedContentHandler
public interface UnmappedContentHandler<UNMARSHAL_RECORD extends UnmarshalRecord>
extends ContentHandler
Purpose:Provide an interface that can be implemented for handling unmapped content during unmarshal operations with SAXPlatform.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setUnmarshalRecord
(UNMARSHAL_RECORD unmarshalRecord) Set the UnmarshalRecord which gives access to mechanisms used during the unmarshal process such as an Unmarshaller and a Session.Methods inherited from interface org.xml.sax.ContentHandler
characters, declaration, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
-
Method Details
-
setUnmarshalRecord
Set the UnmarshalRecord which gives access to mechanisms used during the unmarshal process such as an Unmarshaller and a Session.
-