public class XMLPlatformFactory extends Object
Modifier and Type | Field and Description |
---|---|
static String |
JAXP_PLATFORM_CLASS_NAME |
static String |
XDK_PLATFORM_CLASS_NAME |
static String |
XML_PLATFORM_PROPERTY |
Modifier and Type | Method and Description |
---|---|
static XMLPlatformFactory |
getInstance()
INTERNAL:
Return the singleton instance of XMLPlatformContext.
|
XMLPlatform |
getXMLPlatform()
INTERNAL:
Return the XMLPlatform based on the toplink.xml.platform System property.
|
Class |
getXMLPlatformClass()
INTERNAL:
Return the implementation class for the XMLPlatform.
|
void |
setXMLPlatformClass(Class xmlPlatformClass)
PUBLIC:
Set the implementation of XMLPlatform.
|
public static final String XML_PLATFORM_PROPERTY
public static final String XDK_PLATFORM_CLASS_NAME
public static final String JAXP_PLATFORM_CLASS_NAME
public static XMLPlatformFactory getInstance() throws XMLPlatformException
XMLPlatformException
public Class getXMLPlatformClass() throws XMLPlatformException
XMLPlatformException
public void setXMLPlatformClass(Class xmlPlatformClass)
public XMLPlatform getXMLPlatform() throws XMLPlatformException
XMLPlatformException
Copyright © 2021. All rights reserved.