| Class | Description | 
|---|---|
| AttributeEventImpl | |
| BaseEventImpl | 
 This abstract base class implements common functionality for
 Stax2 reference implementation's event API part. 
 | 
| CharactersEventImpl | |
| CommentEventImpl | |
| DTDEventImpl | 
 Vanilla implementation of a DTD event. 
 | 
| EndDocumentEventImpl | |
| EndElementEventImpl | |
| EntityDeclarationEventImpl | 
 Simple base implementation that can be used either as a placeholder,
 or a base for 'real' entity declaration implementations. 
 | 
| EntityReferenceEventImpl | |
| MergedNsContext | 
 Helper class used to combine an enclosing namespace context with
 a list of namespace declarations contained, to result in a single
 namespace context object. 
 | 
| NamespaceEventImpl | 
 Implementation of  
Namespace. | 
| NotationDeclarationEventImpl | |
| ProcInstrEventImpl | |
| StartDocumentEventImpl | |
| StartElementEventImpl | 
 Wstx  
StartElement implementation used when event is constructed
 from already objectified data, for example when constructed by the event
 factory. | 
| Stax2EventAllocatorImpl | 
 Base implementation of  
XMLEventAllocator, to be
 used either as is, or as a base for more specialized Stax2
 event allocator implementation. | 
| Stax2EventReaderAdapter | 
 This adapter implements parts of  
XMLEventReader2, the
 extended stream reader defined by Stax2 extension, by wrapping
 a vanilla Stax 1.0 XMLEventReader implementation. | 
| Stax2FilteredEventReader | 
 
 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
  
 
 | 
Copyright © 2015 fasterxml.com. All Rights Reserved.