public interface ElementProcessorFactory extends Component(Code)
Create instances of specific ElementProcessor implementations to
handle specific XML elements and their content.
author: Marc Johnson (marc_johnson27591@hotmail.com) version: CVS $Id: ElementProcessorFactory.java 433543 2006-08-22 06:22:54Z crossley $
Given an XML element name, create and return an appropriate
ElementProcessor.
Parameters: name - element name the specified ElementProcessor exception: CannotCreateElementProcessorException - if there is noElementProcessor available for the specified name