XmlObjectList.Factory Class

com.bea.xml
XmlObjectList.Factory Class

public static final class XmlObjectList.Factory

    extends Object

Static factory class for creating new instances of XmlObjectList


Hierarchy
Object
  XmlObjectList.Factory
Enclosing interface

XmlObjectList

Constructor Summary

XmlObjectList.Factory()

 

Method Summary

public static XmlObjectList
newInstance()
creates a new empty XmlObjectList instance.
public static XmlObjectList
newInstance(XmlObjectList list)
creates a new XmlObjectList instance, filled with the elements of the given list
public static XmlObjectList
newInstance(XmlObject[] xmlObjects)
creates a new XmlObjectList instance given an array of XmlObjects.
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

XmlObjectList.Factory

public XmlObjectList.Factory()
 

Method Detail

newInstance() Method

public static XmlObjectList newInstance()
creates a new empty XmlObjectList instance.

Returns

a new empty XmlObjectList instance

newInstance(XmlObjectList) Method

public static XmlObjectList newInstance(XmlObjectList list)
creates a new XmlObjectList instance, filled with the elements of the given list

Returns

a new XmlObjectList instance.

newInstance(XmlObject[]) Method

public static XmlObjectList newInstance(XmlObject[] xmlObjects)
creates a new XmlObjectList instance given an array of XmlObjects.

Returns

a new XmlObjectList instance.