Interface SAXSource

All Superinterfaces:
FilterSource, RegistryContext
All Known Implementing Classes:
GraphXMLSource, LazyFilter, NullSource, SAXFilterBase, SAXSourceBase, StreamAdapter, XMLSerializer, XSLTFilter

public interface SAXSource extends FilterSource
This subinterface of FilterSource has to be implemented by filter sources whose flavor supports SAX events (IOFlavor.SAX). It represents the data as a stream of SAX events.
Author:
Ole Kniemeyer