Class XMLReaderImpl

    • Field Detail

      • filename

        protected String filename
        The filename/filepath which should be used to read from.
      • inputStream

        protected InputStream inputStream
        The internal reader-object used for reading data.
    • Constructor Detail

      • XMLReaderImpl

        public XMLReaderImpl()
    • Method Detail

      • getFilename

        public String getFilename()
        Returns the name of the file, which was set to be read.
        Returns:
        The name of the file.
      • setFilename

        public void setFilename​(String filename)
        Each reader must be able to read a file from a specified path.
        Specified by:
        setFilename in interface Reader
        Parameters:
        filename - The filename that should be read.
      • getHandlerName

        public String getHandlerName()

        getHandlerName.

        Returns:
        a String object