Uses of Class
net.xineo.xml.handler.ObjectHandler

Packages that use ObjectHandler
net.xineo.xml.handler   
net.xineo.xml.handler.tree   
 

Uses of ObjectHandler in net.xineo.xml.handler
 

Subclasses of ObjectHandler in net.xineo.xml.handler
 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 ObjectHandler
protected  ObjectHandler VirtualHandler.findHandlerByElementName(ElementName elementName)
           
 ObjectHandler Parser.getRootHandler()
          Returns the root object handler that will be used to handle the root elements of parsed documents.
protected  ObjectHandler ObjectHandler.findHandlerByElementName(ElementName elementName)
          For internal use
 ObjectHandler HandlerFactory.createHandler(ElementName elementName)
           
 

Methods in net.xineo.xml.handler with parameters of type ObjectHandler
 void RootHandler.subHandlerInitialized(ObjectHandler subHandler)
           
 void RootHandler.subHandlerTerminated(ObjectHandler subHandler)
           
 void ObjectHandlerInterface.subHandlerInitialized(ObjectHandler subHandler)
          Called when a sub-handler is about to be initialized
 void ObjectHandlerInterface.subHandlerTerminated(ObjectHandler subHandler)
          Called when a sub-handler is about to be terminated
 void ObjectHandlerAdapter.subHandlerInitialized(ObjectHandler subHandler)
           
 void ObjectHandlerAdapter.subHandlerTerminated(ObjectHandler subHandler)
           
 void ObjectHandler.addSubHandler(ObjectHandler subHandler)
          Adds a sub-handler, that will handle elements embeded in the elements handled by this object handler.
protected  void ObjectHandler.transmitContext(ObjectHandler subHandler)
          For internal use
 

Constructors in net.xineo.xml.handler with parameters of type ObjectHandler
RootHandler(ObjectHandler mainHandler)
          Creates a new root handler given the main object handler (the handler that will handle the main element of the XML document).
RootHandler(ObjectHandler mainHandler, java.lang.Object userContext)
          Creates a new root handler given the main object handler (the handler that will handle the main element of the XML document), and the user context that will be passes along object handlers during the document parsing.
Parser(ObjectHandler rootHandler)
          Creates a new parser, given the root object handler.
Parser(org.xml.sax.XMLReader xmlReader, ObjectHandler rootHandler)
          Creates a new parser, given the root object handler.
 

Uses of ObjectHandler in net.xineo.xml.handler.tree
 

Methods in net.xineo.xml.handler.tree that return ObjectHandler
 ObjectHandler TreeBuilder.createHandlerTree(java.lang.String systemId)
          Generates a handler tree given the system ID of the input XML document
 ObjectHandler TreeBuilder.createHandlerTree(org.xml.sax.InputSource inputSource)
          Generates a handler tree given the input source of the input XML document
 



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