Class Mx1Manifest
java.lang.Object
com.io7m.montarre.xml.internal.v1.Mx1Manifest
- All Implemented Interfaces:
com.io7m.blackthorne.core.BTElementHandlerType<MManifestItemType, MManifest>
public final class Mx1Manifest
extends Object
implements com.io7m.blackthorne.core.BTElementHandlerType<MManifestItemType, MManifest>
A parser.
-
Constructor Summary
ConstructorsConstructorDescriptionMx1Manifest(com.io7m.blackthorne.core.BTElementParsingContextType context) A parser. -
Method Summary
Modifier and TypeMethodDescriptionMap<com.io7m.blackthorne.core.BTQualifiedName, com.io7m.blackthorne.core.BTElementHandlerConstructorType<?, ? extends MManifestItemType>> onChildHandlersRequested(com.io7m.blackthorne.core.BTElementParsingContextType context) voidonChildValueProduced(com.io7m.blackthorne.core.BTElementParsingContextType context, MManifestItemType result) onElementFinished(com.io7m.blackthorne.core.BTElementParsingContextType context) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.io7m.blackthorne.core.BTElementHandlerType
map, name, onCharacters, onElementStart, onShouldIgnoreUnrecognizedElements
-
Constructor Details
-
Mx1Manifest
public Mx1Manifest(com.io7m.blackthorne.core.BTElementParsingContextType context) A parser.- Parameters:
context- The context
-
-
Method Details
-
onChildHandlersRequested
public Map<com.io7m.blackthorne.core.BTQualifiedName, com.io7m.blackthorne.core.BTElementHandlerConstructorType<?, ? extends MManifestItemType>> onChildHandlersRequested(com.io7m.blackthorne.core.BTElementParsingContextType context) - Specified by:
onChildHandlersRequestedin interfacecom.io7m.blackthorne.core.BTElementHandlerType<MManifestItemType, MManifest>
-
onChildValueProduced
public void onChildValueProduced(com.io7m.blackthorne.core.BTElementParsingContextType context, MManifestItemType result) - Specified by:
onChildValueProducedin interfacecom.io7m.blackthorne.core.BTElementHandlerType<MManifestItemType, MManifest>
-
onElementFinished
- Specified by:
onElementFinishedin interfacecom.io7m.blackthorne.core.BTElementHandlerType<MManifestItemType, MManifest>
-