Package javanet.staxutils.helpers
Provides helpful implementations of StAX interfaces, along with utility
classes for performing various useful operations.
-
Class Summary Class Description ElementContext Encapsulates access to contextual element information, such as the element name, attributes, and namespaces.EventMatcher Provides utility methods useful for comparing twoXMLEventinstances.EventWriterDelegate Abstract class for implementing XML filters.FilterXMLOutputFactory An output factory that transforms each writer from a contained factory.ListEventConsumer XMLEventConsumerthat stores all added events in aList.ListEventReader XMLEventReaderthat reads events from aList.StreamWriterDelegate Abstract class for writing filtered XML streams.UnknownLocation Locationused to represent unknown locations.XMLFilterImplEx Extension to XMLFilterImpl that implements LexicalHandler.