net.wangs.xtype.core
Interface XObject
- All Known Implementing Classes:
- XCollection, XHashtable, XMap
- public interface XObject
Interface for all XObject implemtations
- Author:
- Yuqing Wang, Dr. Christian K?lle
|
Method Summary |
java.lang.Object |
getObject(org.w3c.dom.Element elem,
java.lang.String itemTagText)
Get an java object from a XML element. |
getObject
public java.lang.Object getObject(org.w3c.dom.Element elem,
java.lang.String itemTagText)
throws XTypeException
- Get an java object from a XML element.
- Parameters:
elem - XML elementitemTagText - Name of the item tags
- Returns:
- The java object
- Throws:
XTypeException - In case of any error
Copyright © 2005 . All Rights Reserved.