Class InputStreamDataSource

  • All Implemented Interfaces:
    org.apache.axiom.om.OMDataSource, org.apache.axiom.om.OMDataSourceExt

    public class InputStreamDataSource
    extends OMDataSourceExtBase
    Deprecated.
    This class has been deprecated without replacement. Generally there is no need for OMDataSource instances that are pull based (i.e. use an XMLStreamReader) and that are destructive. For these scenarios, simply use OMXMLBuilderFactory to create an OMElement and add it to the tree. Since this operation will not expand the element (in Axiom 1.3.x), the result will be the same as using an OMSourcedElement with a destructive OMDataSource.