Class XMLPlatformFactory


  • public class XMLPlatformFactory
    extends java.lang.Object
    • 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

      • getXMLPlatformClass

        public java.lang.Class getXMLPlatformClass()
                                            throws XMLPlatformException
        INTERNAL: Return the implementation class for the XMLPlatform.
        Returns:
        the implementation class for the XMLPlatform.
        Throws:
        XMLPlatformException
      • setXMLPlatformClass

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