java.lang.Object
org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller
All Implemented Interfaces:
PlatformUnmarshaller

public class SAXUnmarshaller extends Object implements PlatformUnmarshaller
INTERNAL:

Purpose:Provide an implementation of PlatformUnmarshaller that makes use of the SAX parser to build Java Objects from SAX Events.

Responsibilities:

  • Implement the required unmarshal methods from PlatformUnmarshaller
  • Check to see if document preservation is enabled, and if so, always unmarshal from a node
See Also: