|
HPSearch | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcgl.hpsearch.common.xml.Parameters
Class Parameters.
| Constructor Summary | |
Parameters()
|
|
| Method Summary | |
void |
addParam(int index,
String vParam)
Method addParam |
void |
addParam(String vParam)
Method addParam |
Enumeration |
enumerateParam()
Method enumerateParam |
String[] |
getParam()
Method getParam |
String |
getParam(int index)
Method getParam |
int |
getParamCount()
Method getParamCount |
boolean |
isValid()
Method isValid |
void |
marshal(ContentHandler handler)
Method marshal |
void |
marshal(Writer out)
Method marshal |
void |
removeAllParam()
Method removeAllParam |
String |
removeParam(int index)
Method removeParam |
void |
setParam(int index,
String vParam)
Method setParam |
void |
setParam(String[] paramArray)
Method setParam |
static Object |
unmarshal(Reader reader)
Method unmarshal |
void |
validate()
Method validate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Parameters()
| Method Detail |
public void addParam(String vParam)
throws IndexOutOfBoundsException
vParam -
IndexOutOfBoundsException
public void addParam(int index,
String vParam)
throws IndexOutOfBoundsException
index - vParam -
IndexOutOfBoundsExceptionpublic Enumeration enumerateParam()
public String getParam(int index)
throws IndexOutOfBoundsException
index -
IndexOutOfBoundsExceptionpublic String[] getParam()
public int getParamCount()
public boolean isValid()
public void marshal(Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
out -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void marshal(ContentHandler handler)
throws IOException,
org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
handler -
IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationExceptionpublic void removeAllParam()
public String removeParam(int index)
index -
public void setParam(int index,
String vParam)
throws IndexOutOfBoundsException
index - vParam -
IndexOutOfBoundsExceptionpublic void setParam(String[] paramArray)
paramArray -
public static Object unmarshal(Reader reader)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
reader -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
|
HPSearch | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||