|
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.
| Constructor Summary | |
|---|---|
XML2Object()
|
|
| Method Summary | |
|---|---|
void |
load(ReadXML in,
EncogPersistedObject target)
Load an object from XML. |
java.util.List<java.lang.Object> |
loadList(ReadXML in)
Load a list collection. |
void |
loadObject(ReadXML in,
EncogPersistedObject obj)
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.public java.util.List<java.lang.Object> loadList(ReadXML in)
in - The XML reader.
public void loadObject(ReadXML in,
EncogPersistedObject obj)
in - The XML reader.obj - The object to load into.
|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||