Re: Simple XML Event-Based API for Java

Paul Prescod (papresco@technologist.com)
Wed, 17 Dec 1997 02:36:29 -0500


Don Park wrote:
>
> I would rename XmlApplication and XmlProcessor to XmlConsumer and
> XmlProducer.

I would interpret those as classes that create and consume XML (text
strings). Perhaps they should be called EventProducer and EventConsumer
or XMLEventProducer and XMLEventConsumer. The former would depend on the
package mechanism to avoid clashes with other kinds of Event systems.

Paul Prescod