|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuchicago.src.sim.parameter.XMLParameterReader
public class XMLParameterReader
Reads and parses xml format parameter files.
XSLTTransformer,
ParameterReader| Constructor Summary | |
|---|---|
XMLParameterReader(java.lang.String fileName)
Deprecated. |
|
| Method Summary | |
|---|---|
java.util.Vector |
getParameters()
Deprecated. |
NumericParameter |
handleBooleanConst(NumericParameter me,
org.w3c.dom.NamedNodeMap attribs)
Deprecated. |
NumericParameter |
handleBooleanList(NumericParameter me,
org.w3c.dom.NamedNodeMap attribs)
Deprecated. |
NumericParameter |
handleConst(NumericParameter me,
org.w3c.dom.NamedNodeMap attribs)
Deprecated. |
NumericParameter |
handleIncr(NumericParameter me,
org.w3c.dom.NamedNodeMap attribs)
Deprecated. |
NumericParameter |
handleList(NumericParameter me,
org.w3c.dom.NamedNodeMap attribs)
Deprecated. |
NumericParameter |
handleStringConst(NumericParameter me,
org.w3c.dom.NamedNodeMap attribs)
Deprecated. |
NumericParameter |
handleStringList(NumericParameter me,
org.w3c.dom.NamedNodeMap attribs)
Deprecated. |
static void |
main(java.lang.String[] args)
Deprecated. |
void |
parse()
Deprecated. Parses the Document tree creating repast parameter objects from the elements. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XMLParameterReader(java.lang.String fileName)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void parse()
public java.util.Vector getParameters()
public NumericParameter handleIncr(NumericParameter me,
org.w3c.dom.NamedNodeMap attribs)
throws java.io.IOException
java.io.IOException
public NumericParameter handleList(NumericParameter me,
org.w3c.dom.NamedNodeMap attribs)
throws java.io.IOException
java.io.IOException
public NumericParameter handleConst(NumericParameter me,
org.w3c.dom.NamedNodeMap attribs)
throws java.io.IOException
java.io.IOException
public NumericParameter handleBooleanList(NumericParameter me,
org.w3c.dom.NamedNodeMap attribs)
throws java.io.IOException
java.io.IOException
public NumericParameter handleBooleanConst(NumericParameter me,
org.w3c.dom.NamedNodeMap attribs)
throws java.io.IOException
java.io.IOException
public NumericParameter handleStringList(NumericParameter me,
org.w3c.dom.NamedNodeMap attribs)
throws java.io.IOException
java.io.IOException
public NumericParameter handleStringConst(NumericParameter me,
org.w3c.dom.NamedNodeMap attribs)
throws java.io.IOException
java.io.IOExceptionpublic static void main(java.lang.String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||