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.
Modifier and Type | Method and Description |
---|---|
void |
setUnmarshalRecord(UNMARSHAL_RECORD unmarshalRecord)
Set the UnmarshalRecord which gives access to mechanisms used during the
unmarshal process such as an Unmarshaller and a Session.
|
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
void setUnmarshalRecord(UNMARSHAL_RECORD unmarshalRecord)
unmarshalRecord
- EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference