EclipseLink1.0 - 20080707 API Reference

org.eclipse.persistence.oxm.unmapped
Interface UnmappedContentHandler

All Superinterfaces:
org.xml.sax.ContentHandler
All Known Implementing Classes:
DefaultUnmappedContentHandler, SDOUnmappedContentHandler

public interface UnmappedContentHandler
extends org.xml.sax.ContentHandler

Purpose:Provide an interface that can be implemented for handling unmapped content during unmarshal operations with SAXPlatform.


Method Summary
 void setUnmarshalRecord(UnmarshalRecord unmarshalRecord)
          Set the UnmarshalRecord which gives access to mechanisms used during the unmarshal process such as an XMLUnmarshaller and a Session.
 
Methods inherited from interface org.xml.sax.ContentHandler
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
 

Method Detail

setUnmarshalRecord

void setUnmarshalRecord(UnmarshalRecord unmarshalRecord)
Set the UnmarshalRecord which gives access to mechanisms used during the unmarshal process such as an XMLUnmarshaller and a Session.

Parameters:
unmarshalRecord -

EclipseLink1.0 - 20080707 API Reference