Module org.xbib.content.xml
Package org.xbib.content.xml.stream
Classes for XML streams.
-
Interface Summary Interface Description ExtendedXMLEvent ExtendedXMLEventinterface that provides additional functionality.Indentation Characters that represent line breaks and indentation. -
Class Summary Class Description AbstractCharactersEvent Abstract base class for variousCharactersimplementations.AbstractXMLEvent Abstract base class forXMLEventimplementations.EventWriterDelegate Abstract class for implementing XML filters.IndentingXMLEventWriter A filter that indents an XML stream.IndentingXMLStreamWriter A filter that indents an XML stream.SaxEventConsumer Receive and convert StAX events to SAX events.SaxEventWriter Receive and convert StAX events to SAX events.SimpleNamespaceContext Simplejavax.xml.namespace.NamespaceContextimplementation.StaxEventContentHandler SAXContentHandlerthat transforms callback calls toXMLEvents and writes them to aXMLEventConsumer.StaxEventXMLReader SAXXMLReaderthat reads from a StAXXMLEventReader.StaxSource A JAXPSourceimplementation that wraps the specifiedXMLStreamReaderorXMLEventReaderfor use by applications that expext aSource.StaxStreamContentHandler SAXContentHandlerthat writes to aXMLStreamWriter.StreamWriterDelegate Abstract class for writing filtered XML streams.XMLFilterImplEx Extension to XMLFilterImpl that implements LexicalHandler.XMLStreamReaderToContentHandler This is a simple utility class that adapts StAX events from anXMLStreamReaderto SAX events on aContentHandler, bridging between the two parser technologies.