Uses of Package
javax.xml.stream.events

Packages that use javax.xml.stream.events
javax.xml.stream   
javax.xml.stream.events   
javax.xml.stream.util   
 

Classes in javax.xml.stream.events used by javax.xml.stream
Attribute
          An interface that contains information about an attribute.
Characters
          This describes the interface to Characters events.
Comment
          An interface for comment events
DTD
           
EndDocument
          A marker interface for the end of the document
EndElement
           
EntityDeclaration
          An interface for handling Entity Declarations This interface is used to record and report unparsed entity declarations.
EntityReference
          An interface for handling Entity events.
Namespace
          An interface that contains information about a namespace.
ProcessingInstruction
          An interface that describes the data found in processing instructions
StartDocument
          An interface for the start document event
StartElement
           
XMLEvent
          This is the base event interface for handling markup events.
 

Classes in javax.xml.stream.events used by javax.xml.stream.events
Attribute
          An interface that contains information about an attribute.
Characters
          This describes the interface to Characters events.
EndElement
           
EntityDeclaration
          An interface for handling Entity Declarations This interface is used to record and report unparsed entity declarations.
StartElement
           
XMLEvent
          This is the base event interface for handling markup events.
 

Classes in javax.xml.stream.events used by javax.xml.stream.util
XMLEvent
          This is the base event interface for handling markup events.