Uses of Package
com.vividsolutions.jump.util.java2xml

Packages that use com.vividsolutions.jump.util.java2xml
com.vividsolutions.jump.util.java2xml Java2XML is a utility class that lets you turn objects into XML documents and vice versa. 
 

Classes in com.vividsolutions.jump.util.java2xml used by com.vividsolutions.jump.util.java2xml
XML2Java.Listener
           
XMLBinder
           
XMLBinder.CustomConverter
          Sometimes you need to use a CustomConverter rather than a .java2xml file i.e. when the class is from a third party (e.g. a Swing class) and you can't add a .java2xml file to the jar.
XMLBinder.SpecVisitor
           
XMLBinder.XMLBinderException