Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
G
H
M
N
P
R
S
T
V
X
C
com.tecnick.xmlconfigreader
- package com.tecnick.xmlconfigreader
com.tecnick.xmlconfigreader.sample
- package com.tecnick.xmlconfigreader.sample
com.tecnick.xmlconfigreader.test
- package com.tecnick.xmlconfigreader.test
G
getDouble(String, String, double)
- Method in class com.tecnick.xmlconfigreader.
XMLConfigReader
Call getString method to get a double value.
getInt(String, String, int)
- Method in class com.tecnick.xmlconfigreader.
XMLConfigReader
Call getString method to get an int value.
getKey(String, String)
- Method in class com.tecnick.xmlconfigreader.
XMLConfigReader
Get the key for the selected subkey and value.
getKeys()
- Method in class com.tecnick.xmlconfigreader.
XMLConfigReader
Define getKeys method.
getNumberOfItems()
- Method in class com.tecnick.xmlconfigreader.
XMLConfigReader
Returns the number of items.
getString(String, String, String)
- Method in class com.tecnick.xmlconfigreader.
XMLConfigReader
Overloading of getString method with additional subkey and default parameter.
getString(String, String)
- Method in class com.tecnick.xmlconfigreader.
XMLConfigReader
Overloading of getString method with additional subkey.
H
handleGetObject(String)
- Method in class com.tecnick.xmlconfigreader.
XMLConfigReader
handleGetObject implementation.
hashcontents
- Variable in class com.tecnick.xmlconfigreader.
XMLConfigReader
The hastable that will contain data loaded from XML.
M
main(String[])
- Static method in class com.tecnick.xmlconfigreader.sample.
XMLConfigReaderSample
Prints 2 strings on System.out
main(String[])
- Static method in class com.tecnick.xmlconfigreader.test.
XMLConfigReaderTest
N
numberOfItems
- Variable in class com.tecnick.xmlconfigreader.
XMLConfigReader
Number of items (<item> elements).
P
parseXmlFile(String, boolean)
- Method in class com.tecnick.xmlconfigreader.
XMLConfigReader
Parses an XML file and returns a DOM document.
R
res
- Static variable in class com.tecnick.xmlconfigreader.test.
XMLConfigReaderTest
S
setUp()
- Method in class com.tecnick.xmlconfigreader.test.
XMLConfigReaderTest
suite()
- Static method in class com.tecnick.xmlconfigreader.test.
XMLConfigReaderTest
T
testAdd()
- Method in class com.tecnick.xmlconfigreader.test.
XMLConfigReaderTest
V
vectOfItems
- Variable in class com.tecnick.xmlconfigreader.
XMLConfigReader
Vector to store items keys (<item>).
X
XMLConfigReader
- Class in
com.tecnick.xmlconfigreader
Reads structured resource text data from an XML file and store it on a hashtable.
XMLConfigReader(String)
- Constructor for class com.tecnick.xmlconfigreader.
XMLConfigReader
TMX to Hashtable conversion.
XMLConfigReaderSample
- Class in
com.tecnick.xmlconfigreader.sample
Sample class for XMLConfigReader class.
XMLConfigReaderSample()
- Constructor for class com.tecnick.xmlconfigreader.sample.
XMLConfigReaderSample
XMLConfigReaderTest
- Class in
com.tecnick.xmlconfigreader.test
JUnit Test for XMLConfigReader class.
XMLConfigReaderTest()
- Constructor for class com.tecnick.xmlconfigreader.test.
XMLConfigReaderTest
C
G
H
M
N
P
R
S
T
V
X
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes