Module java.xml

Package javax.xml.stream.util


package javax.xml.stream.util
Provides utility classes for the Streaming API for XML (StAX).
Since:
1.6
  • Interface Summary
    Interface
    Description
    This interface defines a class that allows a user to register a way to allocate events given an XMLStreamReader.
    This interface defines an event consumer interface.
  • Class Summary
    Class
    Description
    This is the base class for deriving an XMLEventReader filter.
    This is the base class for deriving an XMLStreamReader filter This class is designed to sit between an XMLStreamReader and an application's XMLStreamReader.