Uses of Interface
ucar.unidata.xml.XmlDelegate
Packages that use XmlDelegate
Package
Description
DataSource classes and utilities for imagery (e.g., satellite,
Level III radar) data.
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 XmlDelegateModifier and TypeClassDescriptionclass
A class to hold an image directory + the location -
Uses of XmlDelegate in ucar.unidata.xml
Classes in ucar.unidata.xml that implement XmlDelegateMethods in ucar.unidata.xml that return XmlDelegateModifier and TypeMethodDescriptionprotected XmlDelegate
XmlEncoder.getDelegate
(Class theClass) Find theXmlDelegate
that handles the given class.Methods in ucar.unidata.xml with parameters of type XmlDelegateModifier and TypeMethodDescriptionvoid
XmlEncoder.addDelegateForClass
(Class theClass, XmlDelegate delegate) Add anXmlDelegate
for the given class.void
XmlEncoder.addHighPriorityDelegateForClass
(Class theClass, XmlDelegate delegate) Add anXmlDelegate
for the given class.