net.wangs.xtype.apps
Class XHashtable

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

public class XHashtable
extends java.lang.Object
implements XObject

Implementation of the XObject interface for Hashtables.

Author:
Yuqing Wang, Dr. Christian K?lle

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

Constructor Detail

XHashtable

public XHashtable()
Method Detail

getObject

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

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


Copyright © 2005 . All Rights Reserved.