com.bea.xml
Class XmlObjectList.Factory

java.lang.Object
  extended by com.bea.xml.XmlObjectList.Factory
Enclosing interface:
XmlObjectList

public static final class XmlObjectList.Factory
extends Object

Static factory class for creating new instances of XmlObjectList


Constructor Summary
XmlObjectList.Factory()
           
 
Method Summary
static XmlObjectList newInstance()
          creates a new empty XmlObjectList instance.
static XmlObjectList newInstance(org.apache.xmlbeans.XmlObject[] xmlObjects)
          creates a new XmlObjectList instance given an array of XmlObjects.
static XmlObjectList newInstance(XmlObjectList list)
          creates a new XmlObjectList instance, filled with the elements of the given list
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlObjectList.Factory

public XmlObjectList.Factory()
Method Detail

newInstance

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

Returns:
a new empty XmlObjectList instance

newInstance

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

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

Returns:
a new XmlObjectList instance.