|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.cmu.sphinx.tools.gui.reader.SaxLoader
public class SaxLoader
Loads configuration from an XML file
Constructor Summary | |
---|---|
SaxLoader(java.net.URL url,
java.util.Map globalProperties)
Creates a loader that will load from the given location |
Method Summary | |
---|---|
java.util.Map |
load()
Loads a set of configuration data from the location |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SaxLoader(java.net.URL url, java.util.Map globalProperties)
url
- the location to loadglobalProperties
- the map of global propertiesMethod Detail |
---|
public java.util.Map load() throws java.io.IOException
java.io.IOException
- if an I/O or parse error occurs
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |