Class BaseEventImpl

java.lang.Object
org.codehaus.stax2.ri.evt.BaseEventImpl
All Implemented Interfaces:
XMLEvent, XMLStreamConstants, XMLEvent2
Direct Known Subclasses:
AttributeEventImpl, CharactersEventImpl, CommentEventImpl, DTDEventImpl, EndDocumentEventImpl, EndElementEventImpl, EntityDeclarationEventImpl, EntityReferenceEventImpl, NotationDeclarationEventImpl, ProcInstrEventImpl, StartDocumentEventImpl, StartElementEventImpl

public abstract class BaseEventImpl extends Object implements XMLEvent2
This abstract base class implements common functionality for Stax2 reference implementation's event API part.