Package javax.xml.stream.util

Provides various utilities for processing XML

See:
          Description

Interface Summary
XMLEventAllocator This interface defines a class that allows a user to register a way to allocate events given an XMLStreamReader.
XMLEventConsumer This interface defines an event consumer interface.
 

Class Summary
EventReaderDelegate This is the base class for deriving an XMLEventReader filter.
StreamReaderDelegate This is the base class for deriving an XMLStreamReader filter This class is designed to sit between an XMLStreamReader and an application's XMLStreamReader.
 

Package javax.xml.stream.util Description

Provides various utilities for processing XML

Package Specification

This package describes a set of utility APIs for the Streaming API for XML

Related Documentation