Uses of Class
javolution.xml.XMLFormat.InputElement

Packages that use XMLFormat.InputElement
javolution.xml Provides support for the encoding of objects, and the objects reachable from them, into XML; and the complementary reconstruction of the object graph from XML
 

Uses of XMLFormat.InputElement in javolution.xml
 

Methods in javolution.xml with parameters of type XMLFormat.InputElement
 void XMLReferenceResolver.createReference(Object obj, XMLFormat.InputElement xml)
          Creates a reference for the specified object (the identifier being specified by the input XML element).
 T XMLFormat.newInstance(Class<T> cls, XMLFormat.InputElement xml)
          Allocates a new object of the specified class from the specified XML input element.
abstract  void XMLFormat.read(XMLFormat.InputElement xml, T obj)
          Parses an XML input element into the specified object.
 Object XMLReferenceResolver.readReference(XMLFormat.InputElement xml)
          Reads the object referenced by the specified xml input element if any.
 



Copyright © 2005-2012 Javolution. All Rights Reserved.