| Name | Description | Type | Package | Framework | 
| DefaultFragmentEventReader | Default implementation of FragmentEventReaderAuthor:Robert Kasanicky | Class | org.springframework.batch.item.xml.stax | Spring Batch | 
| FragmentEventReader | Interface for event readers which support treating XML fragments as standalone XML documentsby wrapping the fragments with StartDocument and EndDocument events. | Interface | org.springframework.batch.item.xml.stax | Spring Batch | 
| NoStartEndDocumentStreamWriter | Delegating XMLEventWriter, which ignores start and end document events,but passes through everything else. | Class | org.springframework.batch.item.xml.stax | Spring Batch | 
| StaxEventItemReader | Item reader for reading XML input based on StAX. | Class | org.springframework.batch.item.xml | Spring Batch | 
| StaxEventItemWriter | An implementation of ItemWriter which uses StAX andMarshaller for serializing object to XML. | Class | org.springframework.batch.item.xml | Spring Batch | 
| StaxUtils | This class provides a little bit of indirection to avoid ugly conditional object creation. | Class | org.springframework.batch.item.xml | Spring Batch | 
| StaxWriterCallback | Callback interface for writing to an XML file - useful e. | Interface | org.springframework.batch.item.xml | Spring Batch | 
| UnclosedElementCollectingEventWriter | Delegating XMLEventWriter, which collects the QNames of elements that were opened but not closed. | Class | org.springframework.batch.item.xml.stax | Spring Batch | 
| UnopenedElementClosingEventWriter | Delegating XMLEventWriter, which writes EndElement events that match a given collection of QNames directlyto the underlying java. | Class | org.springframework.batch.item.xml.stax | Spring Batch |