Package javanet.staxutils.helpers

Provides helpful implementations of StAX interfaces, along with utility classes for performing various useful operations.

See:
          Description

Class Summary
ElementContext Encapsulates access to contextual element information, such as the element name, attributes, and namespaces.
EventMatcher Provides utility methods useful for comparing two XMLEvent instances.
EventWriterDelegate Abstract class for implementing XML filters.
FilterXMLOutputFactory An output factory that transforms each writer from a contained factory.
ListEventConsumer XMLEventConsumer that stores all added events in a List.
ListEventReader XMLEventReader that reads events from a List.
StreamWriterDelegate Abstract class for writing filtered XML streams.
UnknownLocation Location used to represent unknown locations.
XMLFilterImplEx Extension to XMLFilterImpl that implements LexicalHandler.
 

Package javanet.staxutils.helpers Description

Provides helpful implementations of StAX interfaces, along with utility classes for performing various useful operations.