Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

E28847-01


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 -

Skip navigation links

Copyright © 1998, 2012, Oracle. All Rights Reserved.