Skip navigation links

Oracle TopLink Java API Reference
10g Release 3 (10.1.3.1)

B28219-01


oracle.toplink.platform.xml
Class XMLPlatformFactory

java.lang.Object
  extended byoracle.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)
          PUBLIC: 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)
PUBLIC: Set the implementation of XMLPlatform.

Skip navigation links

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