Class SAXUnmarshallerHandler

java.lang.Object
org.eclipse.persistence.internal.oxm.record.SAXUnmarshallerHandler
All Implemented Interfaces:
ExtendedContentHandler, ContentHandler

public class SAXUnmarshallerHandler extends Object implements ExtendedContentHandler
INTERNAL:

Purpose:An implementation of ContentHandler used to handle the root element of an XML Document during unmarshal.

Responsibilities:

  • Implement ContentHandler interface
  • Handle startElement event for the root-level element of an xml document
  • Handle inheritance, and descriptor lookup to determine the correct class associated with this XML Element.