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

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

Uses of XMLEvent2 in com.ctc.wstx.ent
 

Classes in com.ctc.wstx.ent that implement XMLEvent2
 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 XMLEvent2 in com.ctc.wstx.evt
 

Classes in com.ctc.wstx.evt that implement XMLEvent2
 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 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 © 2005-2015 Oracle Corporation. All Rights Reserved.