Uses of Class
org.codehaus.stax2.ri.evt.BaseEventImpl
-
Packages that use BaseEventImpl Package Description org.codehaus.stax2.ri.evt -
-
Uses of BaseEventImpl in org.codehaus.stax2.ri.evt
Subclasses of BaseEventImpl in org.codehaus.stax2.ri.evt Modifier and Type Class Description class
AttributeEventImpl
class
CharactersEventImpl
class
CommentEventImpl
class
DTDEventImpl
Vanilla implementation of a DTD event.class
EndDocumentEventImpl
class
EndElementEventImpl
class
EntityDeclarationEventImpl
Simple base implementation that can be used either as a placeholder, or a base for 'real' entity declaration implementations.class
EntityReferenceEventImpl
class
NamespaceEventImpl
Implementation ofNamespace
.class
NotationDeclarationEventImpl
class
ProcInstrEventImpl
class
StartDocumentEventImpl
class
StartElementEventImpl
WstxStartElement
implementation used when event is constructed from already objectified data, for example when constructed by the event factory.
-