abstractpublic class AbstractXMLProducer extends AbstractLogEnabled implements XMLProducer,Recyclable(Code)
This abstract class provides default implementation of the methods specified
by the XMLProducer interface.
author: Pierpaolo Fumagalli author: (Apache Software Foundation) version: CVS $Id: AbstractXMLProducer.java 433543 2006-08-22 06:22:54Z crossley $
Set the ContentHandler that will receive XML data.
Subclasses may retrieve this ContentHandler instance
accessing the protected super.contentHandler field.
Set the LexicalHandler that will receive XML data.
Subclasses may retrieve this LexicalHandler instance
accessing the protected super.lexicalHandler field.