Package gnu.java.beans.decoder

Class Summary

DecoderContextDecoderContext is a Context implementation which allows access to the XMLDecoder instance itself.
DummyContextThe DummyContext is used as the Context implementation for the DummyHandler.
JavaHandlerWraps a DecoderContext instance.
ObjectHandlerAn ObjectHandler parses the <object> tag and thereby creates various Context implementations.
PersistenceParserThe PersistenceParser parses an XML data stream and delegates actions to ElementHandler instances.
VoidHandler