Modifier and Type | Method and Description |
---|---|
boolean |
readBoolean(String attribute)
Read a boolean.
|
byte |
readByte(String attribute)
Read a byte.
|
double |
readDouble(String attribute)
Read a double.
|
float |
readFloat(String attribute)
Read a float.
|
int |
readInteger(String attribute)
Read an integer.
|
long |
readLong(String attribute)
Read a long.
|
short |
readShort(String attribute)
Read a short.
|
String |
readString(String attribute)
Read a string.
|
boolean readBoolean(String attribute)
attribute
- The boolean name.byte readByte(String attribute)
attribute
- The integer name.short readShort(String attribute)
attribute
- The integer name.int readInteger(String attribute)
attribute
- The integer name.long readLong(String attribute)
attribute
- The float name.float readFloat(String attribute)
attribute
- The float name.double readDouble(String attribute)
attribute
- The double name.String readString(String attribute)
XmlNode.NULL
, null
will be returned instead.attribute
- The string name.Copyright © 2014 Byron 3D Games Studio. All rights reserved.