Class SDOUnmappedContentHandler

  • All Implemented Interfaces:
    org.eclipse.persistence.internal.oxm.unmapped.UnmappedContentHandler<UnmarshalRecord>, UnmappedContentHandler, ContentHandler

    public class SDOUnmappedContentHandler
    extends Object
    implements UnmappedContentHandler

    Purpose: Called during XMLHelper load methods when there is unknown content in an XML document. This means when there is no corresponding SDO Type found.

    See Also:
    XMLHelper