Uses of Interface
ucar.unidata.xml.XmlDelegate

Packages that use XmlDelegate
ucar.unidata.data.imagery DataSource classes and utilities for imagery (e.g., satellite, Level III radar) data. 
ucar.unidata.xml This package provides a set of Xml related classes. 
 

Uses of XmlDelegate in ucar.unidata.data.imagery
 

Classes in ucar.unidata.data.imagery that implement XmlDelegate
 class AddeImageDescriptor
          A class to hold an image directory + the location
 

Uses of XmlDelegate in ucar.unidata.xml
 

Classes in ucar.unidata.xml that implement XmlDelegate
 class XmlDelegateImpl
          A siomple implementation of the XmlDelegate interface.
 

Methods in ucar.unidata.xml that return XmlDelegate
protected  XmlDelegate XmlEncoder.getDelegate(Class theClass)
          Find the XmlDelegate that handles the given class.
 

Methods in ucar.unidata.xml with parameters of type XmlDelegate
 void XmlEncoder.addDelegateForClass(Class theClass, XmlDelegate delegate)
          Add an XmlDelegate for the given class.
 void XmlEncoder.addHighPriorityDelegateForClass(Class theClass, XmlDelegate delegate)
          Add an XmlDelegate for the given class.