Joda System API

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

Packages that use XMLFilter
org.joda.property.xml   
 

Uses of XMLFilter in org.joda.property.xml
 

Classes in org.joda.property.xml that implement XMLFilter
 class ElementNameXMLFilter
          ElementNameFilter filters element names from camelCase to xml-case.
 

Fields in org.joda.property.xml declared as XMLFilter
static XMLFilter ElementNameXMLFilter.INSTANCE
           
 

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


Joda System API

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