net.sourceforge.xmlfit.data.impl
Class XMLDataSetImpl

java.lang.Object
  extended by net.sourceforge.xmlfit.data.impl.XMLDataSetImpl
All Implemented Interfaces:
DataSet

public class XMLDataSetImpl
extends java.lang.Object
implements DataSet


Field Summary
 
Fields inherited from interface net.sourceforge.xmlfit.data.DataSet
NULL_DATASET
 
Constructor Summary
XMLDataSetImpl(org.w3c.dom.Node node)
           
 
Method Summary
 java.lang.String getPropertyValue(java.lang.String name)
          Get property value by name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLDataSetImpl

public XMLDataSetImpl(org.w3c.dom.Node node)
Method Detail

getPropertyValue

public java.lang.String getPropertyValue(java.lang.String name)
Description copied from interface: DataSet
Get property value by name.

Specified by:
getPropertyValue in interface DataSet
Parameters:
name - the name of the property.
Returns:
value of the property or null when property with name exists in the DataSet.


Copyright © 2009. All Rights Reserved.