org.encog.persist.persistors.generic
Class XML2Object

java.lang.Object
  extended by org.encog.persist.persistors.generic.XML2Object

public class XML2Object
extends Object

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.

Author:
jheaton

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

XML2Object

public XML2Object()
Method Detail

load

public void load(ReadXML in,
                 EncogPersistedObject target)
Load an object from XML.

Parameters:
in - The XML reader.
target - The object to load.
Throws:
IllegalAccessException
IllegalArgumentException


Copyright © 2011. All Rights Reserved.