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
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlObjectList.Factory
public XmlObjectList.Factory()
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.