Package org.sadun.util.xml.configuration

The XML nested configuraton SAX handler and related types.

See:
          Description

Interface Summary
Configurator A Configurator is a SAX Content handler which receives SAX events pertaining only to a specific element in an XML document (and typically reacts incrementally configuring an associated object, hence the name).
 

Class Summary
AutoConfigurator This configurator automatically binds fields to tags in the HTML.
BaseConfigurator A base Configurator.
DispatcherHandler A SAX handler which dispatches events to subclasses implementing the Configurator interface.
 

Package org.sadun.util.xml.configuration Description

The XML nested configuraton SAX handler and related types.