Uses of Class
javolution.xml.XMLFormat

Packages that use XMLFormat
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 in javolution.xml
 

Methods in javolution.xml that return XMLFormat
protected  XMLFormat XMLBinding.getFormat(Class forClass)
          Returns the XML format for the specified class/interface.
static
<T> XMLFormat<T>
XMLFormat.getInstance(Class<? extends T> forClass)
           Returns the default format for the specified class/interface.
 



Copyright © 2005-2012 Javolution. All Rights Reserved.