net.wangs.xtype.apps
Class XCollection

java.lang.Object
  extended bynet.wangs.xtype.apps.XCollection
All Implemented Interfaces:
XObject

public class XCollection
extends java.lang.Object
implements XObject

Implementation of the XObject interface for all types of Collections.

Author:
Yuqing Wang, Dr. Christian K?lle

Constructor Summary
XCollection()
           
 
Method Summary
 java.lang.Object getObject(org.w3c.dom.Element elem, java.lang.String itemTagText)
          Get a Collection from the XML element
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XCollection

public XCollection()
Method Detail

getObject

public java.lang.Object getObject(org.w3c.dom.Element elem,
                                  java.lang.String itemTagText)
                           throws XTypeException
Get a Collection from the XML element

Specified by:
getObject in interface XObject
Parameters:
elem - XML element with the XML representation of a Collection
itemTagText - Name of the item tag
Returns:
The Collection
Throws:
XTypeException - XML Element is not readable


Copyright © 2005 . All Rights Reserved.