|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.encog.persist.persistors.generic.XML2Object
public class XML2Object
A generic class used to take an XML segment and produce an object for it. Some of the Encog persistors make use of this class. The Encog generic persistor makes use of this class.
| Constructor Summary | |
|---|---|
XML2Object()
|
|
| Method Summary | |
|---|---|
void |
load(ReadXML in,
EncogPersistedObject target)
Load an object from XML. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XML2Object()
| Method Detail |
|---|
public void load(ReadXML in,
EncogPersistedObject target)
in - The XML reader.target - The object to load.
java.lang.IllegalAccessException
java.lang.IllegalArgumentException
|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||