Class SMFXParser

    • Constructor Summary

      Constructors 
      Constructor Description
      SMFXParser​(SMFParserEventsType inEvents, java.net.URI inSource, org.xml.sax.XMLReader inReader, java.io.InputStream inStream)  
    • Method Summary

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

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

      • SMFXParser

        public SMFXParser​(SMFParserEventsType inEvents,
                          java.net.URI inSource,
                          org.xml.sax.XMLReader inReader,
                          java.io.InputStream inStream)
    • Method Detail

      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Throws:
        java.io.IOException