Joda System API

Uses of Interface
org.joda.property.xml.XMLConvertor

Packages that use XMLConvertor
org.joda.property.xml   
org.joda.property.xml.impl   
 

Uses of XMLConvertor in org.joda.property.xml
 

Methods in org.joda.property.xml with parameters of type XMLConvertor
 void XMLMetaData.addXMLConvertor(XMLConvertor convertor)
          Add an xml convertor used to convert to and from xml at the end of the list of convertors.
 void XMLMetaData.insertXMLConvertor(XMLConvertor convertor)
          Add an xml convertor used to convert to and from xml at the start of the list of convertors.
 

Uses of XMLConvertor in org.joda.property.xml.impl
 

Classes in org.joda.property.xml.impl that implement XMLConvertor
 class AbstractPropertyXMLConvertor
          AbstractPropertyXMLConvertor contains the common code for adding a Property to XMLData.
 class BeanXMLConvertor
          BeanXMLConvertor converts a bean to and from XMLData.
 class CollectionPropertyXMLConvertor
          CollectionPropertyXMLConvertor converts a collection property to and from XMLData.
 class DataPropertyXMLConvertor
          DataPropertyXMLConvertor converts a data property to and from XMLData.
 class LinkPropertyXMLConvertor
          LinkPropertyXMLConvertor converts a link property to and from XMLData.
 class MapPropertyXMLConvertor
          MapPropertyXMLConvertor converts a map property to and from XMLData.
 

Fields in org.joda.property.xml.impl declared as XMLConvertor
static XMLConvertor MapPropertyXMLConvertor.INSTANCE
           
static XMLConvertor LinkPropertyXMLConvertor.INSTANCE
           
static XMLConvertor DataPropertyXMLConvertor.INSTANCE
           
static XMLConvertor CollectionPropertyXMLConvertor.INSTANCE
           
static XMLConvertor BeanXMLConvertor.INSTANCE
           
 


Joda System API

Copyright © 2001-2003 Stephen Colebourne. All Rights Reserved.