Package net.xineo.xml.handler

Interface Summary
HandlerFactory This interface may be implemented and passed to a virtual handler to dynamically instantiate object handlers.
ObjectHandlerInterface This interface defines the methods that have to be implementd by any object handler.
Version Defines the version of this Xineo package.
 

Class Summary
ObjectHandler Implements the core of an object handler, and must be subclassed to implement the ObjectHandlerInterface interface.
ObjectHandlerAdapter Provides a default implementation of ObjectHandler.
Parser This class is available as a convenience way to parse XML content using object handlers.
RootHandler Convenience class defining a root handler (which can be seen as the handler that handles the document itself).
VirtualHandler This special handler is able to dynamically instantiate a delegate, and is usefull when a recursion in the schema would produce an infinite recursion during static instantiation of sub handlers.
 

Exception Summary
HandlerException This exception may be thrown by object handlers during parsing.
 



Copyright © 2002 Frédérik Bilhaut - Xineo.NET