Uses of Interface
javax.xml.stream.XMLStreamConstants
Package
Description
Defines interfaces and classes for the Streaming API for XML (StAX).
Defines event interfaces for the Streaming API for XML (StAX).
Provides utility classes for the Streaming API for XML (StAX).
-
Uses of XMLStreamConstants in javax.xml.stream
Modifier and TypeInterfaceDescriptioninterface
The XMLStreamReader interface allows forward, read-only access to XML. -
Uses of XMLStreamConstants in javax.xml.stream.events
Modifier and TypeInterfaceDescriptioninterface
An interface that contains information about an attribute.interface
This describes the interface to Characters events.interface
An interface for comment eventsinterface
This is the top level interface for events dealing with DTDsinterface
A marker interface for the end of the documentinterface
An interface for the end element event.interface
An interface for handling Entity Declarations This interface is used to record and report unparsed entity declarations.interface
An interface for handling Entity events.interface
An interface that contains information about a namespace.interface
An interface for handling Notation Declarations Receive notification of a notation declaration event.interface
An interface that describes the data found in processing instructionsinterface
An interface for the start document eventinterface
The StartElement interface provides access to information about start elements.interface
This is the base event interface for handling markup events. -
Uses of XMLStreamConstants in javax.xml.stream.util
Modifier and TypeClassDescriptionclass
This is the base class for deriving an XMLStreamReader filter This class is designed to sit between an XMLStreamReader and an application's XMLStreamReader.