Uses of Class
org.codehaus.stax2.ri.evt.BaseEventImpl

Packages that use BaseEventImpl
com.ctc.wstx.ent   
com.ctc.wstx.evt   
org.codehaus.stax2.ri.evt   
 

Uses of BaseEventImpl in com.ctc.wstx.ent
 

Subclasses of BaseEventImpl in com.ctc.wstx.ent
 class EntityDecl
          Abstract base class for various entity declarations DTD reader has parsed from DTD subsets.
 class ExtEntity
           
 class IntEntity
           
 class ParsedExtEntity
           
 class UnparsedExtEntity
           
 

Uses of BaseEventImpl in com.ctc.wstx.evt
 

Subclasses of BaseEventImpl in com.ctc.wstx.evt
 class CompactStartElement
          Wstx StartElement implementation used when directly creating events from a stream reader.
 class SimpleStartElement
          Wstx StartElement implementation used when event is constructed from already objectified data, for example when constructed by the event factory.
 class WDTD
          Event that contains all StAX accessible information read from internal and external DTD subsets.
 class WEntityDeclaration
          Simple implementation of StAX entity declaration events; for the most just wraps a EntityDecl instance.
 class WEntityReference
          We need a slightly specialized version to support concept of undeclared entities, which can be used in (non-default, non-standard) mode where undeclared entities are allowed to be handled.
 class WNotationDeclaration
          Woodstox implementation of NotationDeclaration2.
 

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

Subclasses of BaseEventImpl in org.codehaus.stax2.ri.evt
 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 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 © 2005-2015 Oracle Corporation. All Rights Reserved.