Class SMFXParser
- java.lang.Object
-
- com.io7m.smfj.format.xml.internal.SMFXParser
-
- All Implemented Interfaces:
SMFParserSequentialType,SMFParserType,java.io.Closeable,java.lang.AutoCloseable
public final class SMFXParser extends java.lang.Object implements SMFParserSequentialType
-
-
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 voidclose()voidparse()Begin parsing.
-
-
-
Constructor Detail
-
SMFXParser
public SMFXParser(SMFParserEventsType inEvents, java.net.URI inSource, org.xml.sax.XMLReader inReader, java.io.InputStream inStream)
-
-
Method Detail
-
parse
public void parse()
Description copied from interface:SMFParserSequentialTypeBegin parsing.- Specified by:
parsein interfaceSMFParserSequentialType
-
close
public void close() throws java.io.IOException- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejava.io.Closeable- Throws:
java.io.IOException
-
-