com.ibm.dse.appl.ej.client
Class EJQueryParserImpl

java.lang.Object
  |
  +--com.ibm.dse.appl.ej.client.EJQueryParserImpl

public class EJQueryParserImpl
extends java.lang.Object
implements EJQueryParser

This class is responsible for parsing the XML file. The nodes are mapped to their corresponding classes. The queries are stored in the EJQuerySet in the form of a hashtable with the query label as the key.


Constructor Summary
EJQueryParserImpl()
          EJWidgetBuilderImpl default constructor.
 
Method Summary
 EJQuerySet getQuerySet()
          Return the querySet property value.
 void initXML(java.lang.String aFileName)
          This method is responsible for parsing the XML file and setting up the queries hashtable.
 void setQuerySet(EJQuerySet value)
          Sets the value of the querySet property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EJQueryParserImpl

public EJQueryParserImpl()
EJWidgetBuilderImpl default constructor.
Method Detail

getQuerySet

public EJQuerySet getQuerySet()
Return the querySet property value.
Specified by:
getQuerySet in interface EJQueryParser
Returns:
com.ibm.dse.appl.ej.client.EJQuerySet

initXML

public void initXML(java.lang.String aFileName)
This method is responsible for parsing the XML file and setting up the queries hashtable.
Specified by:
initXML in interface EJQueryParser
Parameters:
aFile - the java.lang.String

setQuerySet

public void setQuerySet(EJQuerySet value)
Sets the value of the querySet property.
Parameters:
value - the com.ibm.dse.appl.ej.client.EJQuerySet