Interface DOMSource

All Superinterfaces:
FilterSource, RegistryContext
All Known Implementing Classes:
DOMSourceImpl, LazyFilter, MSMLWriter, MTGReader, NullSource, StreamAdapter

public interface DOMSource extends FilterSource
This subinterface of FilterSource has to be implemented by filter sources whose flavor supports DOM trees (IOFlavor.DOM). It represents the data as a DOM tree rooted at its Document.
Author:
Ole Kniemeyer