Package com.io7m.sunburst.xml.peers
Class SBPeerParsers
java.lang.Object
com.io7m.sunburst.xml.peers.SBPeerParsers
- All Implemented Interfaces:
com.io7m.anethum.api.ParserFactoryType<Void,,List<SBPeer>, SBPeerParserType> SBPeerParserFactoryType
The default peer 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
-
SBPeerParsers
public SBPeerParsers()The default peer parsers.
-
-
Method Details
-
createParserWithContext
public SBPeerParserType createParserWithContext(Void context, URI source, InputStream stream, Consumer<com.io7m.anethum.common.ParseStatus> statusConsumer) - Specified by:
createParserWithContextin interfacecom.io7m.anethum.api.ParserFactoryType<Void,List<SBPeer>, SBPeerParserType>
-