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

B32476-04

oracle.toplink.platform.xml
Class XMLPlatformFactory

java.lang.Object
  extended by oracle.toplink.platform.xml.XMLPlatformFactory

public class XMLPlatformFactory
extends java.lang.Object


Field Summary
static java.lang.String JAXP_PLATFORM_CLASS_NAME
           
static java.lang.String XDK_PLATFORM_CLASS_NAME
           
static java.lang.String XML_PLATFORM_PROPERTY
           
 
Method Summary
 void setXMLPlatformClass(java.lang.Class xmlPlatformClass)
          Set the implementation of XMLPlatform.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XML_PLATFORM_PROPERTY

public static final java.lang.String XML_PLATFORM_PROPERTY
See Also:
Constant Field Values

XDK_PLATFORM_CLASS_NAME

public static final java.lang.String XDK_PLATFORM_CLASS_NAME
See Also:
Constant Field Values

JAXP_PLATFORM_CLASS_NAME

public static final java.lang.String JAXP_PLATFORM_CLASS_NAME
See Also:
Constant Field Values
Method Detail

setXMLPlatformClass

public void setXMLPlatformClass(java.lang.Class xmlPlatformClass)
Set the implementation of XMLPlatform.


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