|
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. |