Package org.codehaus.stax2.ri.evt
package org.codehaus.stax2.ri.evt
-
ClassesClassDescriptionThis abstract base class implements common functionality for Stax2 reference implementation's event API part.Vanilla implementation of a DTD event.Simple base implementation that can be used either as a placeholder, or a base for 'real' entity declaration implementations.Helper class used to combine an enclosing namespace context with a list of namespace declarations contained, to result in a single namespace context object.Implementation of
Namespace.WstxStartElementimplementation used when event is constructed from already objectified data, for example when constructed by the event factory.Base implementation ofXMLEventAllocator, to be used either as is, or as a base for more specialized Stax2 event allocator implementation.This adapter implements parts ofXMLEventReader2, the extended stream reader defined by Stax2 extension, by wrapping a vanilla Stax 1.0XMLEventReaderimplementation.Some notes about implemention: There is no way to filter out values of peek(), so we'll just straight dispatch the call to underlying reader