Class DocumentHandlerAdapter

java.lang.Object
org.exolab.castor.xml.util.DocumentHandlerAdapter
All Implemented Interfaces:
ContentHandler

public class DocumentHandlerAdapter extends Object implements ContentHandler
A ContentHandler implementation that wraps a DocumentHandler. This ContentHandler was written for the Marshaller and expects that QNames are non-null in calls to startElement and endElement methods as well as inside the Attributes list.
Version:
$Revision$ $Date: 2004-09-10 12:15:10 -0600 (Fri, 10 Sep 2004) $
Author:
Keith Visco