@NonNullApi
See: Description
Interface | Description |
---|---|
FragmentEventReader |
Interface for event readers which support treating XML fragments as standalone XML documents
by wrapping the fragments with StartDocument and EndDocument events.
|
Class | Description |
---|---|
DefaultFragmentEventReader |
Default implementation of
FragmentEventReader |
NoStartEndDocumentStreamWriter |
Delegating XMLEventWriter, which ignores start and end document events,
but passes through everything else.
|
UnclosedElementCollectingEventWriter |
Delegating XMLEventWriter, which collects the QNames of elements that were opened but not closed.
|
UnopenedElementClosingEventWriter |
Delegating XMLEventWriter, which writes EndElement events that match a given collection of QNames directly
to the underlying java.io.Writer instead of to the delegate XMLEventWriter.
|