Class Mx1Metadata
java.lang.Object
com.io7m.montarre.xml.internal.v1.Mx1Metadata
public final class Mx1Metadata
extends Object
implements com.io7m.blackthorne.core.BTElementHandlerType<Object,MMetadata>
A parser.
-
Constructor Summary
ConstructorsConstructorDescriptionMx1Metadata(com.io7m.blackthorne.core.BTElementParsingContextType context) A parser. -
Method Summary
Modifier and TypeMethodDescriptionMap<com.io7m.blackthorne.core.BTQualifiedName, com.io7m.blackthorne.core.BTElementHandlerConstructorType<?, ?>> onChildHandlersRequested(com.io7m.blackthorne.core.BTElementParsingContextType context) voidonChildValueProduced(com.io7m.blackthorne.core.BTElementParsingContextType context, Object result) onElementFinished(com.io7m.blackthorne.core.BTElementParsingContextType context) voidonElementStart(com.io7m.blackthorne.core.BTElementParsingContextType context, Attributes attributes) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.io7m.blackthorne.core.BTElementHandlerType
map, name, onCharacters, onShouldIgnoreUnrecognizedElements
-
Constructor Details
-
Mx1Metadata
public Mx1Metadata(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<?, onChildHandlersRequested?>> (com.io7m.blackthorne.core.BTElementParsingContextType context) -
onChildValueProduced
public void onChildValueProduced(com.io7m.blackthorne.core.BTElementParsingContextType context, Object result) -
onElementStart
public void onElementStart(com.io7m.blackthorne.core.BTElementParsingContextType context, Attributes attributes) throws com.io7m.verona.core.VersionException -
onElementFinished
-