org.apache.cocoon.callback
public interface: XMLEventDescriptor [javadoc |
source]
All Known Implementing Classes:
DefaultXMLEventDescriptor
The XMLEventDescriptor represents an event that can be encoded and run later.
I needed an additional interface to represent this information because the
XMLSource needs a way to identify what is an acceptible event type.
TODO: Should this include a reference to the Environment?
TODO: Should we use standard formats such as URNs?
- author:
< - a href="mailto:bloritsch@apache.org">Berin Loritsch
- version:
$ - Id: XMLEventDescriptor.java,v 1.1 2002/03/18 21:22:51 bloritsch Exp $