Class InternalXMLStreamReader

java.lang.Object
com.independentsoft.office.odf.InternalXMLStreamReader

public class InternalXMLStreamReader extends Object
The Class InternalXMLStreamReader.
  • Constructor Details

    • InternalXMLStreamReader

      public InternalXMLStreamReader(InputStream inputStream) throws XMLStreamException
      Instantiates a new internal xml stream reader.
      Parameters:
      inputStream - the input stream
      Throws:
      XMLStreamException - the xML stream exception
    • InternalXMLStreamReader

      public InternalXMLStreamReader(InputStream inputStream, Document mainDocument) throws XMLStreamException
      Instantiates a new internal xml stream reader.
      Parameters:
      inputStream - the input stream
      mainDocument - the main document
      Throws:
      XMLStreamException - the xML stream exception
  • Method Details

    • get

      public XMLStreamReader get()
      Gets the.
      Returns:
      the xML stream reader
    • getMainDocument

      public Document getMainDocument()
      Gets the main document.
      Returns:
      the main document