Interface XmlStreamConfiguration


  • public interface XmlStreamConfiguration
    This interface provides access to the XMl stream definition for XML RecordReaderFactory classes that implement XmlStreamConfigurationAware.
    Since:
    1.1
    See Also:
    XmlStreamConfigurationAware
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.w3c.dom.Document getDocument()
      Returns the base document object model that defines the group structure of the XML read from an input stream.
    • Method Detail

      • getDocument

        org.w3c.dom.Document getDocument()
        Returns the base document object model that defines the group structure of the XML read from an input stream. The returned DOM object should only be used to parse a single stream.
        Returns:
        the base document object model