Module java.xml

Package javax.xml.stream.events


package javax.xml.stream.events
Defines event interfaces for the Streaming API for XML (StAX).
Since:
1.6
  • Interfaces
    Class
    Description
    An interface that contains information about an attribute.
    This describes the interface to Characters events.
    An interface for comment events
    This is the top level interface for events dealing with DTDs
    A marker interface for the end of the document
    An interface for the end element event.
    An interface for handling Entity Declarations This interface is used to record and report unparsed entity declarations.
    An interface for handling Entity events.
    An interface that contains information about a namespace.
    An interface for handling Notation Declarations Receive notification of a notation declaration event.
    An interface that describes the data found in processing instructions
    An interface for the start document event
    The StartElement interface provides access to information about start elements.
    This is the base event interface for handling markup events.