Class MirParser


  • public class MirParser
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      MirParser​(java.io.InputStream is)  
      MirParser​(java.io.Reader input)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      MirContext parse()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MirParser

        public MirParser​(java.io.InputStream is)
                  throws java.io.IOException
        Throws:
        java.io.IOException
      • MirParser

        public MirParser​(java.io.Reader input)
                  throws java.io.IOException
        Throws:
        java.io.IOException