Package javax.xml.stream.events

package javax.xml.stream.events
Defines event interfaces for the Streaming API for XML (StAX).
Since:
1.6
Class Description
Attribute
An interface that contains information about an attribute.
Characters
This describes the interface to Characters events.
Comment
An interface for comment events
DTD
This is the top level interface for events dealing with DTDs
EndDocument
A marker interface for the end of the document
EndElement
An interface for the end element event.
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.
NotationDeclaration
An interface for handling Notation Declarations Receive notification of a notation declaration event.
ProcessingInstruction
An interface that describes the data found in processing instructions
StartDocument
An interface for the start document event
StartElement
The StartElement interface provides access to information about start elements.
XMLEvent
This is the base event interface for handling markup events.

© 1993, 2021, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/17/docs/api/java.xml/javax/xml/stream/events/package-summary.html