EclipseLink 1.0_1.0M2 API Reference - Incubation

org.eclipse.persistence.oxm.platform
Class DOMPlatform

java.lang.Object
  extended by DatasourcePlatform
      extended by org.eclipse.persistence.oxm.platform.XMLPlatform
          extended by org.eclipse.persistence.oxm.platform.DOMPlatform

public class DOMPlatform
extends XMLPlatform

INTERNAL:

Purpose:This class indicates that DOM parsing should be used when appropriate in an XML project to create XMLRecords. Responsibilities:

See Also:
org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller, DOMRecord
Author:
mmacivor

Constructor Summary
DOMPlatform()
           
 
Method Summary
 PlatformUnmarshaller newPlatformUnmarshaller(XMLUnmarshaller xmlUnmarshaller)
          INTERNAL:
 
Methods inherited from class org.eclipse.persistence.oxm.platform.XMLPlatform
getConversionManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOMPlatform

public DOMPlatform()
Method Detail

newPlatformUnmarshaller

public PlatformUnmarshaller newPlatformUnmarshaller(XMLUnmarshaller xmlUnmarshaller)
INTERNAL:

Specified by:
newPlatformUnmarshaller in class XMLPlatform

EclipseLink 1.0_1.0M2 API Reference - Incubation