Interface UnmarshalRecord<ABSTRACT_SESSION extends CoreAbstractSession,FIELD extends CoreField,ID_RESOLVER extends IDResolver,OBJECT_BUILDER extends ObjectBuilder,TRANSFORMATION_RECORD extends TransformationRecord,UNMARSHALLER extends Unmarshaller>

All Superinterfaces:
AbstractUnmarshalRecord<ABSTRACT_SESSION,FIELD,UNMARSHALLER>, ContentHandler, ExtendedContentHandler, LexicalHandler, XMLRecord<ABSTRACT_SESSION>
All Known Implementing Classes:
BinaryDataUnmarshalRecord, UnmappedContentHandlerWrapper, UnmarshalRecord, UnmarshalRecordImpl, XMLBinaryAttachmentHandler, XMLInlineBinaryHandler, XMLRootRecord

public interface UnmarshalRecord<ABSTRACT_SESSION extends CoreAbstractSession,FIELD extends CoreField,ID_RESOLVER extends IDResolver,OBJECT_BUILDER extends ObjectBuilder,TRANSFORMATION_RECORD extends TransformationRecord,UNMARSHALLER extends Unmarshaller> extends AbstractUnmarshalRecord<ABSTRACT_SESSION,FIELD,UNMARSHALLER>, ExtendedContentHandler, LexicalHandler
This class represents unmarshal record behaviour that is specific to the SAX platform.