Package gnu.xml.stream

Class Summary

AttributeImpl An attribute event.
CharactersImpl A character data (text) event.
CommentImpl A comment event.
DTDImpl A DOCTYPE declaration event.
EndDocumentImpl An end-document event.
EndElementImpl An end-element event.
EndEntityImpl An end-entity event.
EntityDeclarationImpl An entity declaration event.
EntityReferenceImpl An entity reference event.
LocationImpl Information about the location of an XML event within the underlying stream.
NamespaceImpl A namespace declaration event.
NotationDeclarationImpl A notation declaration event.
ProcessingInstructionImpl A processing instruction event.
StartDocumentImpl A start-document event.
StartElementImpl A start-element event.
StartEntityImpl A start-entity event.
XMLEventAllocatorImpl Allocator for creating XML events based on a reader state.
XMLEventFactoryImpl Factory for XML events.
XMLEventImpl An XML stream event.
XMLEventReaderImpl Parser using XML events.
XMLEventWriterImpl Writer to write events to an underlying XML stream writer.
XMLInputFactoryImpl Factory for creating parsers from various kinds of XML source.
XMLOutputFactoryImpl Standard output factory.
XMLStreamReaderImpl An XML parser.
XMLStreamWriterImpl Simple XML stream writer.