net.wangs.xtype.apps
Class XMap

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

public class XMap
extends java.lang.Object
implements XObject

Implementation of the XObject interface for all types of Maps.

Author:
Yuqing Wang, Dr. Christian K?lle

Constructor Summary
XMap()
           
 
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

XMap

public XMap()
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.