com.sun.mdm.index.configurator
Class ParameterParser
java.lang.Object
com.sun.mdm.index.configurator.ParameterParser
- public class ParameterParser
- extends java.lang.Object
Parser for Parameter configuration object
Constructor Summary |
ParameterParser()
Creates a new instance of ParameterParser |
Method Summary |
java.util.ArrayList |
getParameters(org.w3c.dom.Element parameterList)
Getter for Parameters attribute of the ParameterParser object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TAG_PARAMETER
static final java.lang.String TAG_PARAMETER
- See Also:
- Constant Field Values
TAG_PARAMETER_NAME
static final java.lang.String TAG_PARAMETER_NAME
- See Also:
- Constant Field Values
TAG_PARAMETER_TYPE
static final java.lang.String TAG_PARAMETER_TYPE
- See Also:
- Constant Field Values
TAG_PARAMETER_VALUE
static final java.lang.String TAG_PARAMETER_VALUE
- See Also:
- Constant Field Values
TAG_PARAMETERS
static final java.lang.String TAG_PARAMETERS
- See Also:
- Constant Field Values
ParameterParser
public ParameterParser()
- Creates a new instance of ParameterParser
getParameters
public java.util.ArrayList getParameters(org.w3c.dom.Element parameterList)
- Getter for Parameters attribute of the ParameterParser object.
- Parameters:
parameterList
- DOM node for a list of paramters.
- Returns:
- a parsed list of parameters.
Sun Microsystems, Inc.