Interface OMDataSource

All Known Subinterfaces:
OMDataSourceExt, QNameAwareOMDataSource
All Known Implementing Classes:
AbstractOMDataSource, AbstractPullOMDataSource, AbstractPushOMDataSource, BlobOMDataSource, JAXBOMDataSource, StringOMDataSource, WrappedTextNodeOMDataSource, WrappedTextNodeOMDataSourceFromBlob, WrappedTextNodeOMDataSourceFromDataSource, WrappedTextNodeOMDataSourceFromReader

public interface OMDataSource
Interface to arbitrary source of XML element data. This provides the hook for using a general data source (such as data binding frameworks) as the backing source of data for an element. This interface should not be implemented directly; instead create a subclass of AbstractOMDataSource, AbstractPullOMDataSource or AbstractPushOMDataSource.