Class EntityDeclarationEvent

java.lang.Object
com.bea.xml.stream.events.BaseEvent
com.bea.xml.stream.events.EntityDeclarationEvent
All Implemented Interfaces:
EntityDeclaration, XMLEvent, Location, XMLStreamConstants

public class EntityDeclarationEvent extends BaseEvent implements EntityDeclaration
Simple implementation of EntityDeclaration. Since no external or unparsed entities are supported (yet?), this is quite simplistic implementation.
Author:
Tatu Saloranta