Interface OMXMLStreamReaderEx

All Superinterfaces:
XMLStreamConstants, XMLStreamReader

public interface OMXMLStreamReaderEx extends XMLStreamReader
Deprecated.
Interface that is used internally by Axiom and that should not be considered being part of the public API.
  • Method Details

    • enableDataSourceEvents

      void enableDataSourceEvents(boolean value)
      Deprecated.
      If enabled, treat OMSourcedElements that have a OMDataSource as leaf nodes. The caller should use the getDataSource method to obtain the OMDataSource for these events.
      Parameters:
      value - boolean
    • getDataSource

      org.apache.axiom.om.OMDataSource getDataSource()
      Deprecated.
      Returns:
      OMDataSource if available