Uses of Interface
net.xineo.xml.handler.ObjectHandlerInterface

Packages that use ObjectHandlerInterface
net.xineo.xml.handler   
 

Uses of ObjectHandlerInterface in net.xineo.xml.handler
 

Classes in net.xineo.xml.handler that implement ObjectHandlerInterface
 class ObjectHandler
          Implements the core of an object handler, and must be subclassed to implement the ObjectHandlerInterface interface.
 class ObjectHandlerAdapter
          Provides a default implementation of ObjectHandler.
 class RootHandler
          Convenience class defining a root handler (which can be seen as the handler that handles the document itself).
 class 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.
 

Methods in net.xineo.xml.handler that return ObjectHandlerInterface
 ObjectHandlerInterface ObjectHandlerAdapter.getDelegate()
           
 

Methods in net.xineo.xml.handler with parameters of type ObjectHandlerInterface
protected  void ObjectHandlerAdapter.setDelegate(ObjectHandlerInterface delegate)
           
 

Constructors in net.xineo.xml.handler with parameters of type ObjectHandlerInterface
ObjectHandlerAdapter(ObjectHandlerInterface delegate)
          Creates an object handler adapter that will delegate all events to the given handler.
 



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