Package com.io7m.sunburst.xml.packages
Class SBPackageParsers
java.lang.Object
com.io7m.sunburst.xml.packages.SBPackageParsers
- All Implemented Interfaces:
com.io7m.anethum.api.ParserFactoryType<Void,,SBPackage, SBPackageParserType> SBPackageParserFactoryType
The default package parsers.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateParserWithContext(Void context, URI source, InputStream stream, Consumer<com.io7m.anethum.common.ParseStatus> statusConsumer) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.io7m.anethum.api.ParserFactoryType
createParser, createParser, createParserForFileWithContext, parse, parse, parseFile, parseFile, parseFileWithContext, parseFileWithContext
-
Constructor Details
-
SBPackageParsers
public SBPackageParsers()The default package parsers.
-
-
Method Details
-
createParserWithContext
public SBPackageParserType createParserWithContext(Void context, URI source, InputStream stream, Consumer<com.io7m.anethum.common.ParseStatus> statusConsumer) - Specified by:
createParserWithContextin interfacecom.io7m.anethum.api.ParserFactoryType<Void,SBPackage, SBPackageParserType>
-