Uses of Interface
org.codehaus.stax2.evt.XMLEvent2

Packages that use XMLEvent2
org.codehaus.stax2.ri.evt   
 

Uses of XMLEvent2 in org.codehaus.stax2.ri.evt
 

Classes in org.codehaus.stax2.ri.evt that implement XMLEvent2
 class AttributeEventImpl
           
 class BaseEventImpl
          This abstract base class implements common functionality for Stax2 reference implementation's event API part.
 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 of Namespace.
 class NotationDeclarationEventImpl
           
 class ProcInstrEventImpl
           
 class StartDocumentEventImpl
           
 class StartElementEventImpl
          Wstx StartElement implementation used when event is constructed from already objectified data, for example when constructed by the event factory.
 



Copyright © 2011 Codehaus. All Rights Reserved.