Package com.io7m.montarre.xml
Class MLongDescriptionParsers
java.lang.Object
com.io7m.montarre.xml.MLongDescriptionParsers
- All Implemented Interfaces:
com.io7m.anethum.api.ParserFactoryType<com.io7m.jxe.core.JXEHardenedSAXParsers,,MLongDescription, MLongDescriptionParserType> MLongDescriptionParserFactoryType
public final class MLongDescriptionParsers
extends Object
implements MLongDescriptionParserFactoryType
A long description parser factory.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateParserWithContext(com.io7m.jxe.core.JXEHardenedSAXParsers context, URI source, InputStream stream, Consumer<com.io7m.anethum.api.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
-
MLongDescriptionParsers
public MLongDescriptionParsers()A long description parser factory.
-
-
Method Details
-
createParserWithContext
public MLongDescriptionParserType createParserWithContext(com.io7m.jxe.core.JXEHardenedSAXParsers context, URI source, InputStream stream, Consumer<com.io7m.anethum.api.ParseStatus> statusConsumer) - Specified by:
createParserWithContextin interfacecom.io7m.anethum.api.ParserFactoryType<com.io7m.jxe.core.JXEHardenedSAXParsers,MLongDescription, MLongDescriptionParserType>
-